📜  mysql 计数返回的行数 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:04:51.305000             🧑  作者: Mango

代码示例2
select count(*) from (select * from foo) as x;