妙博客

主机评测 香港服务器 洛杉矶VPS测评

mysql数据库中比较时间段(请勿直接用大于号比较)

错误用法:

select * from table1 where createTime >= '2020-10-01 08:00:00'

这种方法比较的是字符串,而不是时间

正确用法

select * from table1 where DATEDIFF(createTime, '2020-10-01 08:00:00') >= 0


Copyright Your 142132.com Rights Reserved. 赣ICP备17010829号-2