Mysql
 sql >> Database >  >> RDS >> Mysql

Selezione di tutti i record da un anno fa fino ad ora

select * 
from orders 
where order_date >= DATE_SUB(NOW(),INTERVAL 1 YEAR);