declare @ts varchar(999)
select @ts=isnull(@ts+',','')+name from sysobjects where xtype='U'
select @ts as ts

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2021-09-15
猜你喜欢
  • 2022-12-23
  • 2021-11-30
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2021-06-13
  • 2021-10-07
相关资源
相似解决方案