INITCAP , UPPER and LOWER
Back to current versionRestore this version

INITCAP , UPPER and LOWER#

Functionality:#

These Oracle functions will return the passed character string with the capitalization changed as indicated:

Parameters: S#

STRING The source, or original, string
Returns: Text

Errors: #

None

Example:#

initcap(~) will return, from a value of samuel sneed the value Samuel Sneed

upper(~) will return, from a value of samuel sneed the value SAMUEL SNEED