A command normally consists of an SQL statement followed by a semicolon. : semicolon « Introduction « MySQL Tutorial






mysql>
mysql> SELECT VERSION(), CURRENT_DATE;
+---------------------+--------------+
| VERSION()           | CURRENT_DATE |
+---------------------+--------------+
| 5.0.41-community-nt | 2007-07-22   |
+---------------------+--------------+
1 row in set (0.00 sec)

mysql>








1.5.semicolon
1.5.1.A command normally consists of an SQL statement followed by a semicolon.