Newer
Older
EMS_SZ / SQL / V0_0_105__REGION_SEQ.sql
root on 15 Jun 2016 110 bytes final
create sequence REGIONIS
minvalue 1
maxvalue 999999999999999999999999999
start with 1
increment by 1
cache 20;