MySQL upper()函數
UPPER(str)
返回字符串str根據當前字符集映射所有字符為大寫。
mysql> SELECT UPPER('Allah-hus-samad'); +---------------------------------------------------------+ | UPPER('Allah-hus-samad') | +---------------------------------------------------------+ | ALLAH-HUS-SAMAD | +---------------------------------------------------------+ 1 row in set (0.00 sec)