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.
|
Copyright © 2014 CA.
All rights reserved.
|
|