UPPER
Description
UPPER
takes a string and turns each letter into the uppercase version of itself.
Example
UPPER('Hello World')
will result in "HELLO WORLD".
Last updated
Was this helpful?
UPPER
takes a string and turns each letter into the uppercase version of itself.
UPPER('Hello World')
will result in "HELLO WORLD".
Last updated
Was this helpful?