查询以列出数据库中每个表中的记录数
如何列出数据库中每个表的行数。一些相当于
select count(*) from table1
select count(*) from table2
...
select count(*) from tableN
我将发布一个解决方案,但欢迎其他方法
ABOUTYOU
相关分类