The types of the select lists or the numbers of characters in character data of the select lists combined using UNION do not match. Query name = aa....aa, SELECT clauses = position number bb....bb,position number cc....cc, select expression = position number dd....dd
- aa....aa: Query name
bb....bb: Position number of UNION clause
cc....cc: Position number of UNION clause
dd....dd: Position number of select expression - Description:
- The types of the select lists or the numbers of characters of data in the select lists selected by a SELECT clause combined using UNION did not match.
- System processing:
- Stops query registration processing.
- Action to take:
- Check and, if necessary, revise the select list specifications of all SELECT clauses combined using UNION.