常见的方法《三》

巧设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  阅读(117)  评论(0编辑  收藏  举报