2021年12月29日

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

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

posted @ 2021-12-29 19:58 癫狂编程 阅读(145) 评论(0) 推荐(0)

导航

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