| ERROR | 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. |
| ERROR | 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. |