标签: mysql
我希望得到当前日期与SERVICE_DATE之差为7的所有元组。
SELECT count(distinct *) FROM item_serial WHERE DATEDIFF(CURDATE(), SERVICE_DATE) = '7'