M
Marek Bujnarowski
Guest
SQLExplorer>select PUB.NextCustNum.CURRVAL from PUB."_File" where "_File-Name" = 'Customer'; sequence_current -------------------- 3020 SQLExplorer>select PUB.NextCustNum.NEXTVAL from PUB."_File" where "_File-Name" = 'Customer'; sequence_next -------------------- 3025
Continue reading...
Continue reading...