Other than using substring('2014-04-06',6,2) + ... Is there a better way to convert the varchar column value to MMDDYYYY format ?
convert varchar(10) = '2014-04-06' to mmddyyyy format.
Collapse
X
Comment