Functions
UPPER
Convert to uppercase
Try it
When to use it
When should I use UPPER?
Use UPPER to normalize text to uppercase for display purposes or case-insensitive comparisons where you want a consistent format.
Used in
Syntax
UPPER(text)Convert to uppercase
Use UPPER to normalize text to uppercase for display purposes or case-insensitive comparisons where you want a consistent format.
UPPER(text)