string(21) "{"docs":[],"count":0}" sql 查询当前数据库所有表格以及所有表格数据条数 - 爱码网
chongyao

select b.name as tablename ,
a.rowcnt as datacount
from sysindexes a ,
sysobjects b
where a.id = b.id
and a.indid < 2
and objectproperty(b.id, \'IsMSShipped\') = 0

分类:

技术点:

相关文章: