I know this has been asked several times but I haven't seen it asked for my particular situation.
If a text was in this format: Dec 30 2006 12:38AM Is there any way to convert this to an actual datetime. I am not excited about creating a function to parse this to a date using substrings, etc.
A previous developer developed the whole application and decided to store all the date values in the database as a VARCHAR which conveniently changed them from something like: 2016-12-30 00:38:00
to Dec 30 2006 12:38AM. This makes them non comareable (SMH)