摘要:
select b.namefrom 数据库名.dbo.syscomments a, 数据库名.dbo.sysobjects bwhere a.id=b.id and b.xtype='p' and a.text like '%key words%'order by name 如果关键字是一张表的话, 阅读全文
posted @ 2018-12-04 10:28
jasonlai2016
阅读(971)
评论(0)
推荐(0)
浙公网安备 33010602011771号