SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual—523730-004
3-24
Recovery. Change the statement so that it does not define two partitions to have the
same first key, and resubmit.
SQL 1099
Where column-number is the specified column.
Cause. You attempted to create a view by using a query expression in which
column-number was unnamed.
Effect. The operation fails.
Recovery. Correct the statement to supply an AS clause for each unnamed column
and resubmit.
SQL 1100
Where table-name is the ANSI name of the metadata table.
Cause. See the accompanying error message for clarification.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 1101
Where table-name is the ANSI name of the metadata table.
Cause. See the accompanying error message for clarification.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 1102
Where table-name is the ANSI name of the metadata table.
Cause. See the accompanying error message for clarification.
1099 Column column-number is unnamed. You must specify an AS
clause for that column expression, or name all the columns by
specifying a view column list.
1100 Table table-name could not be selected.
1101 Table table-name could not be updated.
1102 Rows could not be inserted into table table-name.