摘要: select b.name ,a.text from syscomments a,sysobjects b where charindex('clicknum',a.text)>0 and object_id(b.name)=a.id and b.xtype in('P','TR') 阅读全文
posted @ 2018-10-18 17:46 zooz 阅读(523) 评论(0) 推荐(0)