Changes

Jump to: navigation, search

The MySQL Query Browser

585 bytes added, 19:11, 1 October 2007
Executing SQL Statements
== Executing SQL Statements ==
 
To execute a SQL statement in the MySQL Query Browser, simply type the command into the text field at the top of the main screen. The text input field is free format, allowing you to press enter in order to spread a statement over multiple lines. As with all SQL statements, the completed statement must be terminated with a semi-colon (;). Pressing the execute button will cause the statement to be executed and the output to be displayed in the results area. The following figure shows the result of running a ''SHOW DATABASES;'' command:
 
[[image:mysql_query_browser_execute.jpg]]

Navigation menu