When a GROUP BY clause is specified, * cannot be specified in its SELECT clause. Query name = aa....aa
- aa....aa: Query name
- Description:
- A GROUP BY clause has been specified and a * is specified in its SELECT clause.
- System processing:
- Stops query registration processing.
- Action to take:
- Revise the SELECT clause.