SQL Server 中如何查看自增变量的当前值??

2024-12-04 17:11:33
推荐回答(1个)
回答1:

//取最新自动增长值
select ident_current('表名')