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