DECLARE @Counts INT
EXEC sp_executesql N'select @Counts=count(1) from tbName',N'@Counts int out',@Counts OUT
SELECT @Counts

 

相关文章:

  • 2022-12-23
  • 2021-09-01
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-17
  • 2021-06-22
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
相关资源
相似解决方案