如:当前时间为CURDATE(),怎样得到CURDATE()-?=‘2016-08-01’
select datediff(CURDATE(), str_to_date('2016-08-01','%Y-%m-%d'))
不要在sql里写这些东西.很影响整体性能的