Newer
Older
EMS_SZ / SQL / V0_0_133__MARK_TASK_SEQ.sql
root on 15 Jun 2016 122 bytes final
create sequence SEQ_MARK_TASK_ID
minvalue 1
maxvalue 999999999999999999999999999
start with 10709
increment by 1
cache 20;