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


MySQL TUTORIALS » Introduction » Semicolon »

 

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


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

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Introduction
» Semicolon