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

UPDATE STATISTICS and Executor Sort Messages
(9200 through 10049)
HP NonStop SQL/MX Messages Manual523730-004
11-3
SQL 9207
Cause. The SAMPLE option you specified generated an empty sample set.
Effect. SQL/MX is unable to continue processing.
Recovery. Modify the SAMPLE option and resubmit.
SQL 9208
Cause. An UPDATE STATISTICS statement was unable to access column definitions.
Effect. The operation fails.
Recovery. Resubmit the statement. If this does not correct the problem, stop and
restart SQL/MX. If this does not correct the problem, report the entire message to your
service provider.
SQL 9209
Cause. You tried to access column name, which does not exist in object name.
Effect. The operation fails.
Recovery. Check the column name and resubmit.
SQL 9210
Cause. You attempted to perform UPDATE STATISTICS on a column whose data type
does not support this operation.
Effect. The operation fails.
Recovery. Exclude this column from the column list and resubmit.
9207 The specified SAMPLE option generated an empty sample
set. Modify the SAMPLE option and resubmit.
9208 Column definitions could not be accessed.
9209 Column name does not exist in object name.
9210 One of the column data types is not supported by UPDATE
STATISTICS. You must exclude this column from the column
list in UPDATE STATISTICS.