SQL/MP Messages Manual
SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual—427720-006
12-65
SQL 10643
Cause. The specified column name was not unique; it could not be identified.
Effect. The command is ignored.
Recovery. Specify the column name in a different form, providing enough information
(such as table-name.column-name) to ensure that the name is unique among all
columns in the tables that have been selected.
SQL 10644
Cause. The column name listed in the message could not be found in the list of
columns specified in the SELECT statement.
Effect. The command is ignored.
Recovery. Verify that the column is specified in the SELECT statement and that the
name is spelled correctly and reissue the command.
SQL 10645
Cause. The invalid column number was not an integer within the range that is valid for
the current select list. The column number must be an integer greater than zero and
less than or equal to the number of columns specified in the select list.
Effect. The command is ignored.
Recovery. Reissue the command, using a valid column number.
SQL 10646
Cause. The specified command print list exceeded the limit of 4072 characters in a
line.
Effect. The command fails.
Recovery. Specify 4072 or fewer characters in the print list and reissue the command.
10643 value-1 is an ambiguous column reference.
10644 value-1 not found in SELECT list.
10645 Invalid column number. Numeric reference to a column
specified in a SELECT statement must be an integer within the
range 1 through value-1.
10646 The number of characters specified in the command print
list exceeds the limit. The maximum number of characters in
a line produced by the report writer is 4072.