COUNT_TABLE
Applies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6 CELONIS 4.7
Description
This aggregate function calculates the number of rows of a specified table.
Syntax
COUNT_TABLE ( table )
NULL handling
NULL values are not counted. If all values of a group are NULL, the result for this group is 0.
Examples
[1] Count the number of rows of a single table. |
[2] Count the number of rows of two joined tables. The output is grouped by column1. Within each group, COUNT_TABLE counts the number of rows originating from the requested table.
|