LOWER

Purpose

This function converts the specified string into lowercase letters.

Syntax

lower::=

Usage Notes

LOWER is an alias for LCASE.

Example

SELECT LOWER('AbCdEf');