摘要: --sql server 数表:select * from sysobjects where xtype='U'--数视图:select count(1) from sysobjects where xtype='V'--数存储过程select count(1) from sysobjects wh 阅读全文
posted @ 2019-11-27 11:30 三重罗生门 阅读(158) 评论(0) 推荐(0) 编辑