S Subhransu Member Mar 19, 2012 #1 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
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
cj_brandt Active Member Mar 19, 2012 #2 You can create a sequence in an SQL database. Look at the create sequence statement in the SQL Reference doc.
You can create a sequence in an SQL database. Look at the create sequence statement in the SQL Reference doc.