Returns a string, converted to uppercase
UPPER( text )
text
Returns the text in uppercase.
Text to turn uppercase.
Outputs uppercase text.
UPPER("san francisco") >> "SAN FRANCISCO"
Last updated 1 year ago
Was this helpful?