I have a table of 120,000+ rows. One of the column is dates in the MMDDYY format.
092509
012009
091711
I've brought them in from Teradata, and stored in a staging table in char format. I now need to change the values to SQL DATE format and move to my permanent table.
I'm assuming this would be an Expression in a Derived Column, but am not sure what should be the Expression.
Thanks
-Al H