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

Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual523730-004
3-33
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.
SQL 1138
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.
SQL 1139
Where column-name is the name of a column of table-name.
Where table-name is the name of the affected table.
1136 For an added column, the PRIMARY KEY clause cannot
specify NOT DROPPABLE.
1137 An internal error occurred: invalid index status.
Details: description.
1138 An internal error occurred: invalid input parameter(s).
Object name and status are required.
1139 System-generated column column-name of base table table-
name cannot appear in the search condition of a check
constraint definition.