SET NOCOUNT ON;
insert into table1() values('');
select @@IDENTITY;
SET NOCOUNT OFF;

相关文章:

  • 2021-08-23
  • 2022-12-23
  • 2021-08-14
  • 2021-08-23
  • 2021-12-27
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
相关资源
相似解决方案