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

编程学习 2021-07-05 13:42www.dzhlxh.cn编程入门
这篇文章介绍了查询存储过程中特定字符的方法,有需要的朋友可以参考一下
把xx替换成具体字符,如“深圳”,sql语句如下:
代码如下:

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;


如果是sql server数据库,可以使用如下语句:
代码如下:

select * from sysobjects where id in(
select id from syscomments where text like '%××%')

Copyright © 2016-2025 www.dzhlxh.cn 金源码 版权所有 Power by

网站模板下载|网络推广|微博营销|seo优化|视频营销|网络营销|微信营销|网站建设|织梦模板|小程序模板