同时查找多张表的记录数select count(*) from table1union allselect count(*) from table2union allselect count(*) from table3;