Updating only year in date column
460771Nov 6 2006 — edited Nov 6 2006I need some help in updating year in date column.
I have a table with date column that has some data like '10/01/0006'.
I have to take these rows and update just the year to '2006' like '10/01/2006'.
How can I do this with update statement.
Thanks in advanxe for all the help.