Oracle 强制使用索引

create index i_t on t(username);--设置索引
/*+ INDEX ( table [index [index]...] ) */--强制使用索引
posted @ 2011-03-02 12:10  DANNY  阅读(1019)  评论(0)    收藏  举报