CREATE JOIN does not support joining joins. %1
Item |
Value |
---|---|
SQLCode |
-1013095 |
Constant |
EMSG_SQL_JOINJOINSYNTAX |
SQLState |
QCA95 |
ODBC State |
ERROR |
This message is returned during CREATE JOIN INDEX when both the left hand side and right hand side of a 'FULL OUTER JOIN' keyword set are both joins. For example, (A FOJ B) FOJ (C FOJ D). The join of a-b is being joined to c-d.