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

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual523730-004
17-40
SQL 20163
Cause. SQL was unable to perform the requested operation.
Effect. The operation fails.
Recovery. None. This is an internal error. Contact your service provider.
SQL 20164
Cause. You attempted to create a check constraint, but a syntax error was found in
the search condition.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 20165
Cause. The number of columns defined in the partitioning key for the table or index is
less than the number of columns defined in the VALUE clause.
Effect. The operation fails.
Recovery. Verify the number of key columns in the table and resubmit.
SQL 20166
Cause. You used an SQL reserved word as an object name.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
20163 An internal error occurred - invalid include option of
CREATE TABLE LIKE.
20164 The search condition for the specified check constraint
has a syntax error.
20165 The number of key columns (value1) defined on the table
or index is less than the number of key columns (value2)
defined in the request.
20166 Reserved words cannot be used for an object name.