欢迎投稿

今日深度:

查询存储过程中的特定字符

查询存储过程中的特定字符


把xx替换成具体字符,如“深圳”,sql语句如下:

select * from all_source t where t.owner<>'SYS' and instr(t.text,'××')>0;

 

 

select id from syscomments where text like '%××%')

 

 

www.htsjk.Com true http://www.htsjk.com/shujukunews/61.html NewsArticle 查询存储过程中的特定字符 把xx替换成具体字符,如“深圳”,sql语句如下: select * from all_source t where t.owner'SYS' and instr(t.text,'××')0; select id from syscomments where text like '%××%')...
评论暂时关闭