LCASE

This function is used to convert the text to lower-case: Also see LOWER

Syntax

LCASE(text)

Example

SELECT LCASE(‘TDV’)

Returns: tdv