Skip Headers
Oracle® OLAP DML Reference
11g Release 1 (11.1)

Part Number B28126-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

$GID_TYPE

The $GID_TYPE property, which is automatically created and set when a GROUPINGID command with either the ROLLUP or GROUPSET keyword populates a grouping id relation, specifies whether the grouping type of the grouping ids.

Syntax

You can not explicitly define a $GID_TYPE property. Oracle OLAP automatically creates a $GID_TYPE property on a grouping id relation when the execution of a GROUPIONGID command with either the ROLLUP or GROUPSET keyword creates the relation.

$GID_TYPE = ROLLUP | GROUPSET

Arguments

ROLLUP

Specifies that the grouping ids are of the rollup type. For more information on this type of grouping type, see the discussion of ROLLUP in the GROUPBY clause of a SQL SELECT statement in the Oracle Database SQL Language Reference.

GROUPSET

Specifies that the grouping ids are of the grouping set type. For more information on this type of grouping type, see the discussion of grouping sets in the GROUPBY clause of a SQL SELECT statement in the Oracle Database SQL Language Reference.