Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> repeating column in index?
Oracle 8.1.7 mysteriously changes my index definition and repeats column.
I ran:
CREATE INDEX GD_AGGREG_MST_ID ON
GD_AGGREGATION(MASTER_ID, detail_id);
to index two columns.
Afterwards I got:
SQL> select column_name, column_position from user_ind_columns SQL> 2 where index_name ='GD_AGGREG_MST_ID';
COLUMN_NAME COLUMN_POSITION
DETAIL_ID 2Why is the first column repeated? Received on Fri May 02 2003 - 12:44:57 CDT
-------------------------------------------------
![]() |
![]() |