declare @colname varchar(8000)
select @colname=case when @colname is null then name else @colname+','+name end from syscolumns where id=object_id('你的表名')
select @colname

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-10-06
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-15
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2022-12-23
相关资源
相似解决方案