SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual523730-004
5-32
SQL 3136
Cause. You attempted to perform an invalid outer join. Only LEFT, RIGHT, and FULL
OUTER JOIN are supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3137
Cause. You attempted to perform a UNION JOIN, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3138
Cause. You attempted to create a key-sequenced table with range partitioning without
a FIRST KEY clause.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3139
Cause. You attempted to create a range-partitioned index without a required FIRST
KEY clause.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
3136 Only LEFT, RIGHT, and FULL OUTER JOIN are valid in {oj
...}
3137 UNION JOIN is not yet supported.
3138 A key-sequenced table with range partitioning requires a
FIRST KEY clause.
3139 A range partitioned index requires a FIRST KEY clause.