CHAR_LENGTH
UPPER
LOWER
文字列を大文字に変換します。
UPPER(str)
下記の値を入力するとサンプルに即時反映されます。
customer_id
country_code
country
customers
SELECT customer_id, UPPER(country_code) AS country FROM customers;