ABAP Keyword Documentation →  ABAP − Short Reference → 

aggregate - Short Reference

Reference

Syntax

... { MAX( [DISTINCT] col )
    | MIN( [DISTINCT] col )
    | AVG( [DISTINCT] col )
    | SUM( [DISTINCT] col )
    | COUNT( DISTINCT col )
    | COUNT( * )
    | COUNT(*) } ... .


Effect

Aggregate expressions in the SELECT statement.

Additions