Keywords may be entered in any lettercase. : Introduction : Introduction MySQL TUTORIALS


MySQL TUTORIALS » Introduction » Introduction »

 

Keywords may be entered in any lettercase.


The following queries are equivalent:

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

mysql> select version();
+---------------------+
| version()           |
+---------------------+
5.0.41-community-nt |
+---------------------+
row in set (0.00 sec)

mysql> SeLeCt vErSiOn();
+---------------------+
| vErSiOn()           |
+---------------------+
5.0.41-community-nt |
+---------------------+
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
» Introduction