摘要: --同时含有语言编号字段的所有表 select a.[name] from sysobjects a, ( select [id],count(*) b from syscolumns where [name] ='F_LanguageCode' group by [id] ) b where a. 阅读全文
posted @ 2021-01-25 15:17 luckcc 阅读(482) 评论(0) 推荐(0)