You can enter multiple statements on a single line and end each one with a semicolon : Command : Introduction MySQL TUTORIALS


MySQL TUTORIALS » Introduction » Command »

 

You can enter multiple statements on a single line and end each one with a semicolon


mysql>
mysql> SELECT VERSION()SELECT NOW();
+---------------------+
| VERSION()           |
+---------------------+
5.0.41-community-nt |
+---------------------+
row in set (0.00 sec)

+---------------------+
| NOW()               |
+---------------------+
2007-07-22 20:10:16 |
+---------------------+
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
» Command