Mysql 获取某个时间之后一段时间的方法

select * from t_class_info where place_id = 10 and date_format(now(),'%Y-%m-%d-%H-%i-%S')>=begin_date and date_format(now(),'%Y-%m-%d-%H-%i-%S')<=date_add(end_date, interval '1 00:00:00' day_second)

参考:

MySQL:日期函数、时间函数总结 - ggjucheng - 博客园

你可能感兴趣的:(Mysql 获取某个时间之后一段时间的方法)