My table name userdetails
I want to insert a new column mob after location column.
I tried using the code
alter table userdetails
add mob varchar2(10) after location;
but its showing error
ORA-01735: invalid ALTER TABLE option
Please help me.
I am using oracle10g.
try get rid of the “after”