Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Create index via ALTER TABLE command
Hello,
I'm just trying to move an application from MySQL to Oracle 9.2.
Now I'm looking for the equivalent for the MySQL statement:
ALTER TABLE tablename
ADD INDEX indexname ( column1, column2 )
Is there a possibility to use an ALTER TABLE syntax in Oracle, too? I only found a CREATE INDEX statement.
Regards,
Jens
Received on Thu Jun 23 2005 - 03:59:17 CDT
![]() |
![]() |