`
webcode
  • 浏览: 5955600 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

oracle 自增序列

 
阅读更多
create sequence payInfo_seq
start with 1
increment by 1
minvalue 1
maxvalue 99999
nocache
nocycle
insert into payinfo values(payInfo_seq.nextval,'hello','yourmother');


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics