Description
Counts the number of rows in a set
Example
Find the number of instances with status warning.
count(instance[status='WARNING'])
Syntax
count(expression)
Parameters
| Type | Description |
|---|---|
| Expression | An expression that gives a number of rows |
Counts the number of rows in a set
Find the number of instances with status warning.
count(instance[status='WARNING'])
count(expression)
| Type | Description |
|---|---|
| Expression | An expression that gives a number of rows |