gpt4 book ai didi

mysql - 一个 sql 查询中的三个计数

转载 作者:行者123 更新时间:2023-11-29 01:31:34 25 4
gpt4 key购买 nike

ID    FRUIT

1 Apple
2 Orange
3 Apple
4 Pear
5 Apple
6 Pear
7 Pear

我想对表格中的每种水果进行计数。只有三个水果,我只需要总数。

我知道如何做一个 SELECT COUNT(*) 但不是一个查询中的所有三个

最佳答案

我想你想要这样的东西:

select fruit, count(id) from table group by fruit 

关于mysql - 一个 sql 查询中的三个计数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10771711/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com