如下:
create table test (
id int identity(1,1),
name varchar(20)
)
insert into test values('test)
select @@identity
时间: 2024-12-02 10:01:21
如下:
create table test (
id int identity(1,1),
name varchar(20)
)
insert into test values('test)
select @@identity