mysq sql语句l获取前24小时数据,
select date_add(@dt, interval 1 day);
不建议使用函数去获取时间,这样索引就排不上用场了。还是between and吧。处理下时间。