常见的方法《三》

巧设Oracle自增字段

create sequence table_seq increment by 1 start with 1 minvalue 1 maxvalue 9999999999999 nocache order;

insert into table(table_seq.nextval,……)

posted @ 2013-07-17 16:55  FengLu-1  阅读(122)  评论(0)    收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示