您的位置:首页 > 博客中心 > 数据库 >

SQL 自动增长 identity

时间:2022-03-14 08:41

create table Users(
id int identity(10000,1),--id 从10000开始,增加长度为1
name nvarchar(10),
);
--执行三次这个语句
insert into Users values(‘小昆虫‘);

技术分享

本类排行

今日推荐

热门手游