I have a column with multiple date formats. I have loaded the data into the column as varchar2(2000) but now need to update the values using the TO_DATE function. Is there a way I can complete this process of converting multiple date formats without actually writing update statements for each date type? help is highly appreciated...