A simple multiple-line statement. : Command : Introduction MySQL TUTORIALS


MySQL TUTORIALS » Introduction » Command »

 

A simple multiple-line statement.


mysql>
mysql> SELECT
    -> USER()
    -> ,
    -> CURRENT_DATE;
+----------------+--------------+
| USER()         | CURRENT_DATE |
+----------------+--------------+
| root@localhost | 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
» Command