select* from sysobjects o, syscomments s where o.id = s.id AND text like'%V_%' and o.xtype ='P' or o.xtype='v' 相关文章: 2022-12-23 2022-12-23 2021-12-25 2021-05-23 2021-10-01 2021-10-21 2022-12-23 2021-07-25