SCHEMA() is a synonym for DATABASE(). : SCHEMA : Information Functions MySQL TUTORIALS


MySQL TUTORIALS » Information Functions » SCHEMA »

 

SCHEMA() is a synonym for DATABASE().


mysql>
mysql> select SCHEMA();
+----------+
| SCHEMA() |
+----------+
| test     |
+----------+
row in set (0.00 sec)



Leave a Comment / Note


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

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Information Functions
» SCHEMA