TOLOWER
Syntax
<tolower-expression> := 'TOLOWER(' <String> ')'
Since
1.2
Return-type
String
Description
Converts all of the characters in the String to lower case. If the argument is NULL, the function returns NULL.
Examples
TOLOWER( 'Hello World' )
= 'hello world'
See also
BEAUTIFY, TOUPPER
