An undefined relation was specified in a relation reference specified in a FROM clause. Query name = aa....aa, undefined relation name = bb....bb
- aa....aa: Query name
bb....bb: Relation name - Description:
- An undefined relation has been specified in the FROM clause.
- System processing:
- Stops query registration processing.
- Action to take:
- Revise the value specified in the FROM clause. Check whether the order of definitions is correct, and, if necessary, revise.