码迷,mamicode.com
首页 >  
搜索关键字:oracle实现自增id    ( 1个结果
oracle实现自增id
--oracle实现自增id --创建一张T_StudentInfo表 create table T_StudentInfo ( "id" integer not null primary key, xsName nvarchar2(120) not null, xsAge integer not null, Mobile varchar(...
分类:数据库   时间:2014-05-06 15:04:22    阅读次数:525
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!