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