Previous Topic: -32 - STATEMENT IS TOO LARGE TO COMPILENext Topic: -34 - ILLEGAL CORRELATION NAME nnnn


-33 - AMBIGUOUS COLUMN REFERENCE: x...x

Reason:

The column identified in the message text is used in multiple tables, where x...x is the ambiguous column name.

The SQLSTATE that equates to this SQL return code is 42702.

Action:

Qualify the column name to indicate the correct table. If the table is joined to itself, use a correlation name.