-409   INVALID OPERAND OF A COUNT FUNCTION

Explanation

The operand of the COUNT or COUNT_BIG function in the statement violates SQL syntax. A common error is a column name or other expression without DISTINCT.

System action

The statement cannot be processed.

Programmer response

Correct the syntax and resubmit the statement.

SQLSTATE

42607