Oracle® OLAP DML Reference 11g Release 1 (11.1) Part Number B28126-01 |
|
|
View PDF |
The ISEMPTY function identifies if a variable or one or more of its partitions has values.
Return Value
BOOLEAN
FALSE when the specified variable or partitions have values; TRUE when they are emtpy.
Syntax
ISEMPTY( variable [(partition ...)])
Arguments
The name of the variable that you want to check for values.
The name of one or more partitions, separated by commas, that you want to check for values.