2018年10月25日
摘要: --带类型 select b.name from dbo.syscomments a, dbo.sysobjects b where a.id=b.id and b.xtype='p' and a.text like '%I_Country_C%' order by name --不带类型,全部搜索 阅读全文
posted @ 2018-10-25 16:05 IT令狐冲 阅读(1700) 评论(0) 推荐(0)