CHAR_LENGTH
UPPER
LOWER
문자열을 대문자로 변환합니다.
UPPER(str)
아래 값을 입력하면 예제에 즉시 반영됩니다.
customer_id
country_code
country
customers
SELECT customer_id, UPPER(country_code) AS country FROM customers;