Error constant | SQLE_INVALID_COLUMN_QUALIFICATION |
ODBC 2 State | S0002 |
ODBC 3 State | 42S02 |
Parameter 1 | The owner name specified in the column reference. |
Parameter 2 | The correlation name that is incorrectly referenced. |
Severity | 15 |
SQLCODE | –845 |
SQLSTATE | 42U02 |
Sybase error code | 13851 |
Your query contains a qualified column reference to a table name, but either a correlation name has been used for that table, or the owner of the table does not match the owner name specified in the column reference. Remove the owner qualification, and qualify column references only by correlation name.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |