Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-03 |
|
|
PDF · Mobi · ePub |
The INITCAP function returns a specified text expression, with the first letter of each word in uppercase and all other letters in lowercase. Words are delimited by white space or characters that are not alphanumeric.
The same data type as the expression.
INITCAP (text-exp)
A text expression.
The following example capitalizes each word in the string.
SHOW INITCAP('the soap') The Soap