blob: 532f348d7da6fc76e83d01d85f7dd093c6557a99 [file] [log] [blame]
lower(str) - Returns str with all characters changed to lowercase
Synonyms: lcase
Example:
> SELECT lower('Facebook') FROM src LIMIT 1;
'facebook'