Hi. I have a varchar field in which the data is like
"7/16/2003 7:47:00 PM"
Is it possible for example to make any comparisons with mysql's datetime functions.
I tried all the possible queries (TO_DAYS(NOW()), DATE_SUB, etc) to find which items have that date field set in the last 30 days without getting any results.
And i think the problem might not be the varchar type, but the AM/PM in the data.
Can i do something?
Thanks,
John