MySQLでの日付型の加算と減算 - Qiita

普通に update_at < 数字の形式もいいけど、N日先や、Nヶ月先ってが調べられるselect count(*) from user where updated_at < DATE_SUB…