blob: 0fb1bf1823d846ecdb81f04202a149805a9f975b [file] [log] [blame]
upper(str) - Returns str with all characters changed to uppercase
Synonyms: ucase
Example:
> SELECT upper('Facebook') FROM src LIMIT 1;
'FACEBOOK'