I have a Sybase table with a column storing char(6) values. I would like to drop this column and create two char(3) columns, copying over the first three chars of the original column to column 1 and the last 3 chars to column 2. What would be best way to do this?
Share
1 Answer