Using multiple index hints on multiple tables in query?

From: Chan, Peter (BNR:QUAL:7S44) <"Chan,>
Date: 1998/10/30
Message-ID: <3639D51F.75801524_at_americasm01.nt.com>#1/1


[Quoted] I was wondering if it is possible to use multiple index hints on multiple tables in a query.

For example:

Tables: A, B
Indexes: indA, indB

can I have a query:

select /*+ index(A indA) index(B indB) */ .....   from A, B
 where .....

Thanks! Received on Fri Oct 30 1998 - 00:00:00 CET

Original text of this message