首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

oracle 从增序列

2012-12-16 
oracle 自增序列create sequence payInfo_seqstart with 1increment by 1minvalue 1maxvalue 99999nocache

oracle 自增序列

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


热点排行