Reference Guide > TDV Support for SQL Functions > Character Functions > UCASE
 
UCASE
This function is used to convert the text to upper-case: Also see UPPER
Syntax
UCASE(text)
Example
SELECT UCASE(‘tdv’)
Returns: TDV