Reputation: 20730
I have a (temp) column stored as a varchar
with fields in the following date format:
24/07/2005 14:19:54
When I cast this as a date, it mixes up the day and month - gets them backwards. I need to convert them all to standard date SQL (YYYY-MM-DD ...
), and I can't figure out the best way to do this.
Upvotes: 0
Views: 94