Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-01 |
|
|
View PDF |
The NUMLINES function counts the number of lines in each value of a text expression. The result returned by NUMLINES has the same dimensions as the specified expression.
NUMLINES accepts either a TEXT or NTEXT argument. It does not perform an automatic conversion to either data type.
Return Value
INTEGER
Syntax
NUMLINES(text-expression)
Arguments
The text expression whose lines are to be counted.
Examples