Built-in functions / Built-in functions |
Converts a string to lowercase.
DOWNSHIFT( source STRING ) RETURNING result STRING
The DOWNSHIFT() function returns a string value in which all uppercase characters in its argument are converted to lowercase.
The character conversion depends on locale settings (the LC_CTYPE environment variable). Non-alphabetic or lowercase characters are not altered.