单个表 select count(1) from [表名]
select count(*) from [table name1]+select count(*) from [table name2]+select count(*) from [table name3]