select a.* from sys.columns a,sys.tables bwhere 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