Newer
Older
GHFX_REFACTOR / SQL / V0_0_220__CASIC_LOGINFO_SEQ.sql
xiaowei on 11 Jan 2018 120 bytes 上传脚本
create sequence CASIC_LOGINFOIS
minvalue 1
maxvalue 999999999999999999999999999
start with 5012
increment by 1
cache 20;