Newer
Older
EMS_SZ / SQL / V0_0_129__POSITION_SEQ.sql
root on 18 Jun 2016 122 bytes uodate sql
create sequence SEQ_POSITION_ID
minvalue 1
maxvalue 999999999999999999999999999
start with 100
increment by 1
cache 20;