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 |
Post your comment on this topic.