Previous Topic: -33 - AMBIGUOUS COLUMN REFERENCE: x...xNext Topic: -35 - TTM IS UNUSABLE: SQLCODE xxx, DB RC yy(zzz) ON INITIALIZATION


-34 - ILLEGAL CORRELATION NAME nnnn

Reason:

The column name qualifier is not a valid table designator in the query.

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

Action:

Correct the column name qualifier to reference a table, view, synonym, or correlation name in the FROM clause in the context of the query. If in a subselect, the qualifier may be a correlated reference to an outer (higher level) select block.