![HP NonStop SQL/MX Messages Manual Download Page 39](http://html.mh-extra.com/html/hp/nonstop-sql-mx/nonstop-sql-mx_messages-manual_165150039.webp)
Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Messages Manual — 640324-001
3- 13
SQL 1046
Where
constraint-name
is the name of a column constraint or table constraint.
Cause. The list of referencing columns in
constraint-name
does not match the list
of unique key columns that it is referencing.
Effect. The operation fails.
Recovery. Check that the
constraint-name
list of referencing columns matches
the list of referenced columns.
SQL 1047
Where
view-name
is the name of the view on the object being dropped.
Cause. An object that has a dependent view cannot be dropped unless you use the
CASCADE option on the DROP statement.
Effect. The operation fails.
Recovery. To drop the object and all its dependent objects, you can either drop each
of the dependent objects using individual DROP statements before dropping the object
itself, or use the CASCADE clause on the DROP statement for the object.
SQL 1048
Cause. Drop behavior CASCADE was specified on a DROP statement that supports
only RESTRICT drop behavior.
Effect. The operation fails.
Recovery. Reissue the DROP statement, specifying RESTRICT or omitting the drop
behavior (which will default to RESTRICT).
1046 Referenced and referencing column lists do not match for
constraint
constraint-name
.
1047 Request failed. Dependent view
view-name
exists.
1048 The statement currently supports only RESTRICT drop
behavior.
Summary of Contents for NonStop SQL/MX
Page 4: ......
Page 8: ...Contents HP NonStop SQL MX Messages Manual 640324 001 iv ...
Page 26: ...General Messages 0 through 999 HP NonStop SQL MX Messages Manual 640324 001 2 2 ...
Page 130: ...SQL MX MXCMP Messages 2000 through 2999 HP NonStop SQL MX Messages Manual 640324 001 4 34 ...
Page 242: ...Normalizer Messages 5000 through 5999 HP NonStop SQL MX Messages Manual 640324 001 7 2 ...
Page 246: ...Optimizer Messages 6000 through 6999 HP NonStop SQL MX Messages Manual 640324 001 8 4 ...
Page 248: ...Generator Messages 7000 through 7999 HP NonStop SQL MX Messages Manual 640324 001 9 2 ...
Page 614: ...Utility Messages 20000 through 23099 HP NonStop SQL MX Messages Manual 640324 001 18 138 ...
Page 752: ...Non SQLCODE Error Messages HP NonStop SQL MX Messages Manual 640324 001 A 14 MXGNAMES Utility ...