Newer
Older
GHFX_REFACTOR / SQL / V0_0_212__CASIC_AUDIT_RESULT_SEQ.sql
xiaowei on 11 Jan 2018 125 bytes 上传脚本
create sequence CASIC_AUDIT_RESULTIS
minvalue 1
maxvalue 999999999999999999999999999
start with 8861
increment by 1
cache 20;