a b c
Sometimes it is necessary to force a certain join order, even tho mostly the optimizer figures it out just fine.
In general MySQL will determine the best join order, but there are the following mechanisms to control it:
- the STRAIGHT_JOIN syntax
- the USE INDEX/FORCE INDEX clauses
- using operations in the join to force later evaluation