摘要: 1、代码结构 1、创建 第一种 -- Create sequence create sequence SEQ_USERID minvalue 1 maxvalue 999999999999 start with 1 increment by 1 nocache cycle; 第二种 CREATE S 阅读全文
posted @ 2019-08-17 18:55 ARYOUOK 阅读(560) 评论(0) 推荐(0)