SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
5-33
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.
SQL 3140
Cause. You attempted to perform an INSERT, UPDATE, DELETE, or DDL statement
with a READ UNCOMMITTED isolation level, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
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.
3140 The isolation level cannot be READ UNCOMMITTED for an
INSERT, UPDATE, DELETE, or DDL statement.