UPPER
Converts text to uppercase letters.
Last updated
Was this helpful?
Converts text to uppercase letters.
The UPPER function converts all characters in a text string to uppercase. This function is commonly used to standardize text values for comparison, formatting, and consistency.
UPPER(value)value: The text string to convert to uppercase.
Returns the text string in uppercase.
UPPER("south zone")Returns SOUTH ZONE.

Last updated
Was this helpful?
Was this helpful?