Previous Topic: OQ143019Next Topic: OQ143021


OQ143020

UNION/UNION ALL require the same number of columns in each SELECT statement.

Reason:

You have requested a UNION/UNION ALL operation for SELECT statements. The specified tables cannot be unioned because the SELECT statements contain different numbers of columns. Add or remove columns from one of the SELECT statements.

Module:

OLQSSCAN

Severity:

0