I want to Add one new column between two old column in exist table without deletion the records.
Dear Friend
I have a custom table with 1 million records on 11g Database.
I want to Add one new column in the above table without deletion the records.
Column will be add in Center.
EXAMPLE:-
I have Two Column EMPNO AND ENAME
I have to add JOB column between EMPNO AND ENAME LIKE (EMPNO, JOB, ENAME).
Regards.