|
S
|
swanside 11/8/2014 |
|
You could make a custom view and put this in the SQL |
|
|
N
|
nti author 11/8/2014 |
|
SELECT * FROM TABLE WHERE Order_Date BETWEEN CURDATE() - INTERVAL 365 DAY AND CURDATE()
|
|