This MySQL statement can be used to access built-in documentation.
hits past month: 20 ; last updated: may 4, 2009 - 2:34am ; parent: Other MySQL Statements & FunctionsHELP [{'command | reserve_word'}]
You can use this MySQL statement to access built-in documentation. Enter HELP alone to display a list of MySQL commands for which you may display documentation. Typing HELP contents displays a table of contents for this internal documentation. For quick reference, you can also give an SQL statement or clause.
HELP SELECT;
This displays the syntax for the MySQL statement, SELECT along with a brief description of some of the clauses. Similarly, entering HELP SHOW gives you a list of SQL statements begining with SHOW.