UCASE
This function is used to convert the text to upper-case: Also see UPPER
Syntax
UCASE(text)
Example
SELECT UCASE(‘tdv’)
Returns: TDV
This function is used to convert the text to upper-case: Also see UPPER
UCASE(text)
SELECT UCASE(‘tdv’)
Returns: TDV
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.