[转]mysql或MariaDB的时间比较效率,用<,>,between..and..比date_format快

当然也是有代价的,就是对于不精确到最后秒的对比,比如查询某一天的,麻烦一点,需要写一个范围,比如  where a.create_time >= '2023-02-28 00:00:00' and where a.create_time <= '2023-02-28 23:59:59',到月和年的同理

参考文章:

MYSQL sql语句针对数据记录时间范围查询的效率对比_在数据库中搜时间范围快还是-CSDN博客

MySQL时间设计 int timestamp datatime 查询效率性能比较 - iFindU_San - 博客园

posted @ 2023-09-22 15:06  dirgo  阅读(156)  评论(0编辑  收藏  举报