Newer
Older
GHFX_REFACTOR / GHFX_SQL / V0_0_220__CASIC_LOGINFO_SEQ.sql
create sequence CASIC_LOGINFOIS
minvalue 1
maxvalue 999999999999999999999999999
start with 5012
increment by 1
cache 20;