创建表--自动编号字段且自增

create table table1
(
    num int identity(1,1) 
)

posted @ 2016-03-07 10:37  GTK_老范德萨  阅读(163)  评论(0编辑  收藏  举报