gpt4 book ai didi

php - 如何获取每天(指定时间段)温度最高的登记id?

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

考虑到我每天有超过 30 个该温度的寄存器。

  • 表名称:“温度”
  • 列名称:“TempA”

我希望每天注册一次,例如:

date: 2015-12-10 12:02 id: 2341 tempa: 54 (which is the highest on that day)
date: 2015-12-09 15:04 id 1923 tempa: 32 (which is the highest on that day)

等等......

最佳答案

您可以使用 max 和 group by

select max(TempA) from your_table group by day_column

关于php - 如何获取每天(指定时间段)温度最高的登记id?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34204180/

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