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-35
SQL 3150
Cause. The WITH HEADINGS phrase appears multiple times within the LIKE clause
of the CREATE TABLE statement, which is not supported.
Effect. The operation fails.
Recovery. Remove the duplicate WITH HEADINGS phrases.
SQL 3151
Cause. The WITH HORIZONTAL PARTITIONS phrase appears multiple times within
the LIKE clause of the CREATE TABLE statement, which is not supported.
Effect. The operation fails.
Recovery. Remove the duplicate WITH HORIZONTAL PARTITIONS phrases.
SQL 3153
Cause. You attempted to use the FIRST KEY clause with hash partitioning, which is
not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3155
Cause. You specified a CREATE INDEX statement using both the POPULATE or NO
POPULATE clauses, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
3150 Duplicate WITH HEADING phrases were specified in LIKE
clause in CREATE TABLE statement.
3151 Duplicate WITH HORIZONTAL PARTITIONS phrases were
specified in LIKE clause in CREATE TABLE statement.
3153 The FIRST KEY clause is not allowed with hash
partitioning.
3155 The POPULATE and NO POPULATE clauses cannot coexist in
the same CREATE INDEX statement.