Search notes:

Oracle SQL SELECT: GROUP BY clause

See also

Aggregate functions
With the having clause, rules can be formulated that specify which (aggregated) rows are returned.
group by extensions
The execution plan operations
Oracle does not allow to group by LOB columnns.
Oracle recommends to use deterministic user defined PL/SQL functions if they're used in group by clauses.
The SQL group by clause.
The SQL work area in the PGA.
The pivot clause in an select statement.
The behavior of group by is influenced by the value of nls_sort.
The error messages
GROUP BY extensions introduced with 21c.
The _optimizer_extend_jppd_view_types init parameter
Using group by in a view prevents the view from being updatable.

Index