When a set function is specified in a select expression, the column specifications or column names of that select expression must be grouped columns. Query name = aa....aa, SELECT clause = position number bb....bb, column specification = cc....cc
- aa....aa: Query name
bb....bb: Position number of SELECT clause
cc....cc: Column specification - Description:
- A set function was specified in a select expression, and column specifications or column names that are not grouped columns have been specified for that select expression.
- System processing:
- Stops query registration processing.
- Action to take:
- Revise the column specifications or column names into grouped columns.