mysql查询最近三天的数据

SELECT NOW(),DATE_SUB(NOW(),INTERVAL 3 DAY) as the_time

关于函数:

原文地址:https://www.cnblogs.com/qinweizhi/p/15245092.html