cara mengambil rekaman lama hari php mysql

SELECT * FROM table_name 
WHERE date_time + INTERVAL 90 DAY <= NOW() 
Creepy Crocodile