摘要:
1 //查询所有表明 select name from sysobjects where xtype='u' 2 3 select * from sys.tables 4 //查询数据库中所有的表名及行数 5 6 SELECT a.name, b.rows 7 8 FROM sysobjects A 阅读全文
posted @ 2018-07-12 10:31
代码改变世界&1024
阅读(1469)
评论(0)
推荐(0)


浙公网安备 33010602011771号