摘要: 获取数据库中包含指定列的 表 select object_name(id) ,Name as colNamefrom syscolumnswhere (name ='列名')and id in(select id from sysobjects where xtype='u')order by ob 阅读全文
posted @ 2021-02-20 17:33 心冰之海 阅读(97) 评论(0) 推荐(0) 编辑