select distinct name from USER_SOURCE where type = 'PROCEDURE' and text like '%你要查找的内容 %'
oracle如何在所有procedure里搜索某些关键字, 存储过程
最新推荐文章于 2022-09-08 13:51:52 发布
select distinct name from USER_SOURCE where type = 'PROCEDURE' and text like '%你要查找的内容 %'