|
EXPLAIN tbl_name or EXPLAIN SELECT select_options ... When you precede a SELECT statement with the keyword EXPLAIN, MySQL explains how it would process the SELECT, providing information about how tables are joined and in which order.
|
|
|
If so, create an appropriate index and check the query with EXPLAIN again. See section 13.2.2 ALTER TABLE Syntax. To see what indexes a table has, use SHOW INDEX FROM tbl_name.
|
|
|
MySQL 5.1 Reference Manual :: 12 SQL Statement Syntax :: 12.3 MySQL Utility Statements :: 12.3.2 EXPLAIN Syntax ... 12.3.1 DESCRIBE Syntax ... 12.3.3 HELP Syntax...
|
|
|
It is the first manual in the market to understand the Spanish syntax in a clear and concise form. ... The book is focused to a wide public: in one hand, to language teachers who will find an easy theory to explain and a great variety of examples to use in class. And in the other hand, students will have a good handbook...
|
|
|
The possible_keys column indicates which indexes MySQL could use to find the rows in this table. Note that this column is totally independent of the order of the tables as displayed in the output from EXPLAIN. ... The EXPLAIN tbl_name syntax is synonymous with DESCRIBE tbl_name or SHOW COLUMNS FROM tbl_name.
|
|
|
mySQL EXPLAIN syntax for MSSQL?- MS SQL Development. Visit Dev Shed to discuss mySQL EXPLAIN syntax for MSSQL? ... in mysql i used to use the EXPLAIN syntax for retrieving info from tables, selects etc, but now i was wondring if something similar exixsts for MSSQL; Thanks in advance!
|
|
|
support the Explain syntax, which is defined and registered in Appendix 5 REC. ... A Present request for Explain records should specify the Explain syntax as the Preferred-record-syntax. Each explain information category has its own record layout, and all are described in the Explain syntax definition (see Appendix 5 REC.1).
|
Copyright © 2009, Dictionary.com, LLC. All rights reserved.