SLQ-92 equivalent

Subhransu

Member
Hi,
What is the SQL-92 equivalent of "Sequences" in ABL database? In other words, how can we setup sequence in a progress non-ABL database?

Thanks.
Subhransu
 
You can create a sequence in an SQL database. Look at the create sequence statement in the SQL Reference doc.
 
Back
Top