This is an old revision of the document!


DRAFT

Omnidex SQL Function: LOWER

Description

Converts a string to all lower case characters.

Syntax

LOWER( <column_spec | "string"> )

Example

Example 1

select
LOWER (contact) as low
from customers where state = 'co'

low
-------------------------

john doe
jane johnson
jim smith
 
Back to top
dev/sql/functions/lower.1259973033.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)