UCASE

This function is used to convert the text to upper-case: Also see UPPER

Syntax

UCASE(text)

Example

SELECT UCASE(‘tdv’)

Returns: TDV