ANR2933E
The WHERE clause must not contain an aggregate function.

Explanation

The use of the aggregate functions COUNT, MAX, MIN, SUM, AVG, VARIANCE, or STDDEV in the WHERE clause is not allowed.

System action

The SQL query is terminated.

User response

None.