EXPLAIN SELECT select_statement

Description: Provides the query plan for a SELECT. MySQL shows how it will join any tables and in which order.

This can enable you to see whether the query optimizer will join the tables in the optimal order. You can override this order using a SELECT with a STRAIGHT_JOIN clause.

Description in: Day 18

See also: SELECT and the STRAIGHT_JOIN clause

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.0.145