select a.* from sys.columns a,sys.tables b
where a.object_id = b.object_id and b.name = '要查的表名'

相关文章:

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