oracle 自增序列 sequence

-- Create sequence
create sequence SEQ_EVENTID_19
minvalue 1
maxvalue 99999999999999999999
start with 32467297
increment by 1
cache 10;

posted @ 2019-06-13 22:51  徒手攀岩  阅读(143)  评论(0编辑  收藏  举报