SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
5-39
SQL 3165
Cause. You specified a statement in which you exceed the min or max precision or the
exponent value.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3166
Cause. You specified a statement in which you exceed the min or max precision for
float or double value.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3167
Cause. You specified a statement with more than one [NOT] DROPPABLE clause.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3168
Cause. You specified a CREATE VIEW statement with the FOR ... ACCESS clause,
which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
3165 The precision or exponent value specified in value was
less than the minimum allowed or greater than the maximum
allowed.
3166 The value specified in the float or double value was
less than the minimum allowed or greater than the maximum
allowed.
3167 Duplicate [ NOT ] DROPPABLE clauses were specified.
3168 The FOR ... ACCESS clause is not allowed in a CREATE
VIEW statement.