2021年3月12日

oracle如何在所有procedure里搜索某些关键字, 存储过程

摘要: select distinct name from USER_SOURCE where type = 'PROCEDURE' and text like '%你要查找的内容 %' 阅读全文

posted @ 2021-03-12 12:10 癫狂编程 阅读(126) 评论(0) 推荐(0) 编辑

导航

好的代码像粥一样,都是用时间熬出来的