摘要: select object_name(id) objName,Name as colName from syscolumns where (name like'%字段%') and id in(select id from sysobjects where xtype='u') order by o 阅读全文
posted @ 2022-03-21 15:03 clown 阅读(796) 评论(0) 推荐(0)