UPPER() : UPPER « String « SQL / MySQL






UPPER()

   
mysql>
mysql> SELECT UPPER('cats and dogs');
+------------------------+
| UPPER('cats and dogs') |
+------------------------+
| CATS AND DOGS          |
+------------------------+
1 row in set (0.00 sec)

mysql>

   
    
    
  








Related examples in the same category