Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to add a new column to specific position

870889Jun 11 2012 — edited Jun 12 2012
Hi,

How to add a new column to specified position in a existing table.
I have using the oracle database 10g.

This below code is not working in oracle 10 g

example:

ALTER TABLE EMPLOYEE ADD DEPT NUMBER FIRST:

ALTER TABLE EMPLOYEE ADD DEPT NUMBER AFTER JOB:

Please provide the correct syntax.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 10 2012
Added on Jun 11 2012
11 comments
91,540 views