I want to select records of 5 days ago with mysql, but the problem is that my date column is varchar and in the following format yyyy-mm-dd 00:00:00 AM/PM.
How can I convert this date format to mysql date and select records from 5 days back?
my date column name is 'date_time'