SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual—523730-004
5-14
SQL 3052
Cause. You defined column name with more than one NOT NULL clause.
Effect. The operation fails.
Recovery. Define the column with only one NOT NULL clause and resubmit.
SQL 3053
Cause. You defined column name with more than one PRIMARY KEY clause.
Effect. The operation fails.
Recovery. Define the column with only one PRIMARY KEY clause and resubmit.
SQL 3054
Cause. You specified a constraint with an invalid NOT DROPPABLE clause, which
can appear only in PRIMARY KEY and NOT NULL constraint definitions.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3055
Cause. You defined duplicate DELETE rules.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3056
Cause. You defined duplicate UPDATE rules.
3052 Duplicate NOT NULL clauses were specified in column
definition name.
3053 Duplicate PRIMARY KEY clauses were specified in column
definition name.
3054 The NOT DROPPABLE clause is allowed only in PRIMARY KEY
and NOT NULL constraint definitions.
3055 Duplicate DELETE rules were specified.
3056 Duplicate UPDATE rules were specified.