Ok the scenario is I have a column in one of my tables that has a date in the format DD/MM/YYYY, what I want to do is delete all rows from that table where this column is less than the current day (i.e. in the past).
How do I do this in SQL? (MySQL)
How do I do this in SQL? (MySQL)