Newer
Older
EMS_SZ / SQL / V0_0_121__ACCIDENT_SEQ.sql
root on 18 Jun 2016 120 bytes 修改sql编码方式
create sequence SEQ_ACCIDENT_ID
minvalue 1
maxvalue 999999999999999999999999999
start with 8086
increment by 1
cache 20;