I have a table(tabl
) with column(Col
) that is nvarchar(10)
data type.
I am not suppose to change the data type or data length. The column contains date in this format yyyy-mm-dd
(2012-04-24) I need to update that column to mm/dd/yyyy
(04/24/2012).