I have text column in table, where save date, date saved in 21.02.2012 and 2012-02-21 format, and i want convert all date to 2012-02-21
How i run this script with error exception
update AdvancedFieldsValues set value=(CONVERT(date, value, 104)) where field_id=801
I have text column in table, where save date, date saved in 21.02.2012 and
Share
1 Answer