复制代码 代码如下:
select * from user_source t where instr(lower(t.text),'xx')>0;
select * from all_source t where t.owner<>'SYS' and instr(t.text,'××')>0;
复制代码 代码如下:
select * from sysobjects where id in(
select id from syscomments where text like '%××%')
新闻热点
疑难解答