I was just wondering what the best way to delete all records from a mySQL database where the S_Date field (of type date) is equal or greater to 1 month from the current date.
To get the current date in the correct mySQL DATE format.
I am not sure if it can be done simply using a mySQL statement or if i need to code a way to work out the difference between the two dates and then construct an SQL statement to delete each date.