I have a database with 6k+ rows and don't want to have to manually convert each date to DATETIME, they are currently in varchar.
They are in the UK format, DD/MM/YYYY.
Currently the date is in a column named datetime which is varchar(12)
I want to convert it to a datetime column named date_new.
How can I do this using an SQL statement