Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-07 |
|
|
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.
OLADM1704Example 7-117 Capitalizing the First Character in Each World
The following example capitalizes each word in the string.
SHOW INITCAP('the soap') The Soap