摘要: select a.name as 表名from sysobjects aleft join syscolumns b on a.id=b.idwhere a.xtype='U' and b.name='字段名'--查找不包含指定字段的表名select a.name as 表名from sysobje... 阅读全文
posted @ 2015-09-12 17:52 Alfred.Xu 阅读(466) 评论(0) 推荐(0) 编辑