SQL/MX 2.x Messages Manual (H06.04+)
Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Messages Manual—540498-003
3-33
SQL 1135
Where column-name is the name of the column in the clustering key.
Cause. You attempted to make a column that is not NOT NULL NOT DROPPABLE a
part of the clustering key of a table.
Effect. The operation fails.
Recovery. Specify that the column-name is NOT NULL NOT DROPPABLE and
resubmit.
SQL 1136
Cause. You used the ALTER TABLE statement to add a column specifying a primary
key that is not droppable. A primary key added through ALTER TABLE must be
droppable.
Effect. The operation fails.
Recovery. Change the ALTER TABLE statement to specify DROPPABLE for the
primary key.
SQL 1137
Where description is an explanation of the acceptable status values.
Cause. This is an internal error in the interface between utilities and the catalog
manager.
Effect. The operation fails.
Recovery. None. Contact your service provider.
1135 Clustering key column column-name must be assigned a NOT
NULL NOT DROPPABLE constraint.
1136 For an added column, the PRIMARY KEY clause cannot
specify NOT DROPPABLE.
1137 An internal error occurred: invalid index status.
Details: description.










