Examples for business, study, careers, love, and more...
Examples :: MYSQL Examples :: Example of Explain Mysql statement

Example of Explain Mysql statement:

Explain select * from mysql.db where 1=0G

Explain select a,b from t1 where a<2G

Example of Mysql Explain

EXPLAIN tbl_name

Or:

EXPLAIN [EXTENDED | PARTITIONS] SELECT select_options