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