REP-00315: Each SELECT statement must have the same number of columns in a compound query.
Cause: A query with a UNION, INTERSECT, or MINUS set operator was entered in which the SELECT statements in the query do not have the same number of selected columns.
Action: Modify the SELECT statements so that they have the same number of columns.
Level: 1
Impact: Other