LENGTH
UPPER
LOWER
Converts a string to uppercase.
UPPER(str)
Enter values below to update the example in real time.
country_code
country
regions
SELECT UPPER(country_code) AS country FROM regions;