查询数据库的相关信息
摘要:
select* from sysobjects o, syscomments s where o.id = s.id AND text like'%V_%' and o.xtype ='P' or o.xtype='v' 阅读全文
posted @ 2015-04-14 10:37 简简单单2018 阅读(177) 评论(0) 推荐(0) 编辑
2015年4月14日 #
posted @ 2015-04-14 10:37 简简单单2018 阅读(177) 评论(0) 推荐(0) 编辑