Description
Sums the numbers in a set
Example
Find the total number of sessions for all your oracle instances
sum(instance[databasetype = 'oracle']/total_session_count)
Syntax
sum(expression)
Parameters
Type | Description |
---|---|
Expresssion | Expression that gives a set of numbers |
Post your comment on this topic.