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