Selecting all records from one year ago till now February 19, 2023 by Tarik select * from orders where order_date >= DATE_SUB(NOW(),INTERVAL 1 YEAR);