创建Oracle的主键反序索引

Alter table Test add (constraint PK_TEST primary key(Col1, Col2, Col3)) 
 Enable 
Primary Key 
 Using 
Index (Create Index TEST_PK on TEST 
 ( Col1, Col2 
Desc, Col3)) 
 
posted @ 2005-03-24 17:36  Rayman  阅读(1692)  评论(0编辑  收藏  举报