开发者

How identity constraint works?

开发者 https://www.devze.com 2023-04-09 00:54 出处:网络
Could any one suggest me how can i make 10 as increment in the below statement. create table Student1(SID int primary key identity(0,10),SName varchar(开发者_Python百科10))

Could any one suggest me how can i make 10 as increment in the below statement.

create table Student1(SID int primary key identity(0,10),SName varchar(开发者_Python百科10))


the syntax is IDENTITY [ (seed , increment ) ]. You need to specify both or none. The default is (1, 1)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号