D
Dave Cullen
I need to change the data type from TEXT to DATE in one field of an
Oracle 9i table. I cannot do that while there is data in the column. The
existing data is formatted text in the form mm/dd/yyyy.
I need to copy the existing table, clear the date column, change the
data type, and copy the data back in.
What's the best way to proceed?
Thanks
Oracle 9i table. I cannot do that while there is data in the column. The
existing data is formatted text in the form mm/dd/yyyy.
I need to copy the existing table, clear the date column, change the
data type, and copy the data back in.
What's the best way to proceed?
Thanks