Skip to content
Advertisement

Add a column and populate it with the queried values from another column

I have a column having dates in varchar format, I want to convert it, to date format, which I did through below query:

Now, I want to create a new column and populate the column with the values that I got from above query. I am not able to do it with alter table.

Any solutions?

Advertisement

Answer

Hope it works as @Mike Walton said

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement