gpt4 book ai didi

mysql - 如何比较 MySQL 中的两个 DateTime 字段?

转载 作者:太空宇宙 更新时间:2023-11-03 10:43:16 24 4
gpt4 key购买 nike

您可以阅读标题中的问题。假设表 A 的日期时间字段为“2015-12-01 00:00:00”,表 B 的日期时间字段为“2014-12-01 00:00:00”。

我想要那个表中具有更大日期时间的数据行。

类似“datetime(A.datetime) > datetime(B.datetime)”的东西不起作用。

帮帮我。

最佳答案

比较两个日期时间时,它们将被解释为时间戳,因此只需执行 A.datetime > B.datetime 就可以了。

关于mysql - 如何比较 MySQL 中的两个 DateTime 字段?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35046929/

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