--将ORACLE替换成你要查找的内容 ,P 指 存储 select name from sysobjects o, syscomments s where o.id = s.id and text like '%ORACLE%' and o.xtype = 'P'
感谢 : http://blog.csdn.net/jaswhen/article/details/48518727
--将ORACLE替换成你要查找的内容 ,P 指 存储 select name from sysobjects o, syscomments s where o.id = s.id and text like '%ORACLE%' and o.xtype = 'P'
感谢 : http://blog.csdn.net/jaswhen/article/details/48518727
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。