Database Error Messages

QSM-02143

SUM(expr) without COUNT(expr)

Cause

SUM(expr) occurs in the select list without a corresponding COUNT(expr).


Action

Add COUNT(expr) to the select list.