HP NonStop SQL/MX Messages Manual page 53

Table of Contents

Advertisement

Data Definition Language (DDL) Messages (1000
through 1999)
SQL 1106
1106 The specified partition partition-location of object
table-name does not exist.
Where partition-location is the location of the specified partition.
Where table-name is the name of the table.
Cause. The location name partition-location specified in the partition
operation does not exist.
Effect. The partition operation fails.
Recovery. Specify a valid partition location name and resubmit.
SQL 1108
1108 The number of columns specified in the view column list,
view-col-num, does not match the degree of the query
expression, query-col-num.
Where view-col-num is the number of columns in the view column list.
Where query-col-num is the number of columns resulting from the query
expression used to define the view.
Cause. The number of columns in the query do not equal the number of columns
specified for the view.
Effect. The operation fails.
Recovery. Specify a query statement that has a degree that matches the number of
columns in the view column list, and resubmit.
SQL 1109
1109 The WITH CHECK OPTION clause appears in the definition
of view view-name, but the view is not updatable.
Where view-name is the name of the view being created.
Cause. You used WITH CHECK OPTION in the definition of a view that is not
updatable.
Effect. The operation fails.
Recovery. Either make the view updatable or omit the WITH CHECK OPTION and
resubmit.
HP NonStop SQL/MX Messages Manual—640324-001
3- 27

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents