I have a varchar field that looks like this:
DOB = 19800101 it needs to be a date time field.
I need to convert it to DOB = '01/01/1980'
I already created a new datetime column and now I need to update the new column with the information from the old DOB Column.
How do I do this?
Thanks.
Rgds.
Rene
DOB = 19800101 it needs to be a date time field.
I need to convert it to DOB = '01/01/1980'
I already created a new datetime column and now I need to update the new column with the information from the old DOB Column.
How do I do this?
Thanks.
Rgds.
Rene