如何查寻数据库中多张表的总数

SELECT     (SELECT COUNT(*)FROM tab1)AS count1,    (SELECT COUNT(*)FROM tab2)AS count2FROM dual



分享文章:如何查寻数据库中多张表的总数
网址分享:http://scpengxi.com/article/jhoeso.html