UPPER
UPPER('Hulk')
Syntax
UPPER(text expression)
Text function which returns the text converted to upper case. UPPER('Hulk') = 'HULK'
.
text expression: Text created using text functions, text fields or constants.
UPPER('Hulk')
Text function which returns the text converted to upper case. UPPER('Hulk') = 'HULK'
.
text expression: Text created using text functions, text fields or constants.