读书人

oracle 从增序列

发布时间: 2012-12-16 12:02:32 作者: rapoo

oracle 自增序列

create sequence payInfo_seqstart with 1increment by 1minvalue 1maxvalue 99999nocachenocycleinsert into payinfo values(payInfo_seq.nextval,'hello','yourmother');


读书人网 >其他数据库

热点推荐