oracle 自增序列
create sequence payInfo_seqstart with 1increment by 1minvalue 1maxvalue 99999nocachenocycleinsert into payinfo values(payInfo_seq.nextval,'hello','yourmother');
发布时间: 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');