LOWER

Purpose

This function converts the specified string into lower case letters.

Syntax

lower::=

Usage Notes

LOWER is an alias for LCASE.

Example

SELECT LOWER('AbCdEf');