The lcase function turns all characters in a string to lowercase.

The syntax for the lcase function is:

lcase (string1)

string1 is the string that is going to be made lower case.

For example:

Select lcase(“AlphaBet”) from dual would return “alphabet”

Lcase – Access Function
Tagged on: