First page Back Continue Last page Overview Text

Notes:


Hash values that are not already qualified are automatically qualified with the last joined table, or the first from table if no joins have been done.

In this case, no previous joins have been made, so it uses the first from table, which is tab1. The hash value is tab2_id so it uses tab1.tab2_id as the second part of the equality expression.