摘要: select a.* from sys.columns a,sys.tables bwhere a.object_id = b.object_id and b.name = '要查的表名' 阅读全文
posted @ 2017-05-24 15:36 有梦就能实现 阅读(2151) 评论(0) 推荐(0) 编辑