This final section on hints deals with cases where two or more conflicting hints are given in a SQL command. In such cases, the hints that contradict each other are ignored. The following table lists hints that are contradictory to each other.
Table 3-13 Conflicting Hints
Hint |
Conflicting Hint |
ALL_ROWS |
FIRST_ROWS - all formats |
FULL(table) |
INDEX(table [ index ]) |
INDEX(table) |
FULL(table) NO_INDEX(table) |
INDEX(table index) |
FULL(table) NO_INDEX(table index) |
USE_HASH(table) |
NO_USE_HASH(table) |
USE_MERGE(table) |
NO_USE_MERGE(table) |
USE_NL(table) |
NO_USE_NL(table) |