Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » Error Messages » SQL Anywhere error messages » SQL Anywhere error messages sorted by message text (L-S)

 

Select lists in UNION, INTERSECT, or EXCEPT do not match in length

Error constant SQLE_INVALID_UNION
ODBC 2 State 37000
ODBC 3 State 42000
Severity 16
SQLCODE –153
SQLSTATE 53026
Sybase error code 205
Probable cause

You specified a UNION, INTERSECT, or EXCEPT but the SELECT statements involved in the operation do not have the same number of columns in the select list.