| ERROR | aggregate functions are present without a GROUP BY clause |
| CAUSE | One or more aggregate functions are present in the select list but a GROUP BY clause is not used. |
| ACTION | Add a GROUP BY clause. |
| ERROR | aggregate functions are present without a GROUP BY clause |
| CAUSE | One or more aggregate functions are present in the select list but a GROUP BY clause is not used. |
| ACTION | Add a GROUP BY clause. |