gpt4 book ai didi

mysql - SQL如何计算所有行的最大值

转载 作者:行者123 更新时间:2023-12-01 00:33:10 27 4
gpt4 key购买 nike

在达到某个 PK 之前,我无法计算行数。

我的 PK 称为 id,我想对所有行进行计数,直到达到指定的 id

我试过使用这个查询但它不起作用可能是因为我使用的是 MySQL 表

select max(count(*)) from news where id=18 group by id

我收到这个错误

Invalid use of group function

最佳答案

select count(*) from news where id<=18 

关于mysql - SQL如何计算所有行的最大值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3171099/

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