发布网友 发布时间:2022-04-11 07:37
共3个回答
热心网友 时间:2022-04-11 09:06
你好,可以使用以下语句查询热心网友 时间:2022-04-11 10:24
select count(1) from t;select count(1) from t1追问不是分别查询,是查询t1和t表共有多少条数据?
热心网友 时间:2022-04-11 11:59
select (select count(*) from t)+(select count(*) from t1) as sum_count_table from al;