ucase
この関数は文字列を大文字に変換します。関数 upper と同様です。
構文
VARCHAR ucase(VARCHAR str)
例
mysql> SELECT ucase("AbC123");
+-----------------+
|ucase('AbC123') |
+-----------------+
|ABC123 |
+-----------------+
キーワード
UCASE
AI generated answers are based on docs and other sources. Please test answers in non-production environments.