create table test (
id int identity(1,1),
name varchar(20)
)
insert into test values('test)
select @@identity
2022-04-13 08:48:23
create table test (
id int identity(1,1),
name varchar(20)
)
insert into test values('test)
select @@identity
下一篇:大厂面试真题详解:搜索区间