An aggregate function is a function whose argument includes one or more columns and which operates on one or more rows. The result of an aggregate function is a single value. This value is derived from the sets of values in the columns named in the argument.
The set of values is derived from the result table or from each group of results if the associated query contains a GROUP BY.
|
Copyright © 2014 CA.
All rights reserved.
|
|