Oracle® OLAP Expression Syntax Reference Release 11.2 E23381-01 |
|
|
PDF · Mobi · ePub |
The LENGTH
functions return the length of a text expression.
LENGTH
counts the number of characters.
LENGTHB
uses bytes instead of characters.
LENGTHC
uses Unicode complete characters.
NUMBER
{ LENGTH | LENGTHB | LENGTHC }(char)
char
is any text expression.
LENGTH('CANDIDE')
returns the value 7
.