LCASE

Purpose

This function converts the specified string into lowercase letters.

Syntax

lcase::=

Usage Notes

LCASE is an alias for LOWER.

Example

SELECT LCASE('AbCdEf') LCASE;