If the SELECT clause is *, it must be immediately followed by a FROM clause. Query name = aa....aa, incorrect character string = bb....bb
- aa....aa: Query name
bb....bb: Incorrect character string - Description:
- * has been specified for the SELECT clause but no FROM clause has been specified immediately thereafter.
- System processing:
- Stops query registration processing.
- Action to take:
- Revise the SELECT clause.