SQL/MP Messages Manual
SQL Compiler Generator Messages (7000 to 7999)
HP NonStop SQL/MP Messages Manual—427720-006
9-4
SQL 7013
Cause. The range of INTERVAL fields did not belong to the same INTERVAL class as
the INTERVAL value expression.
Effect. The statement does not compile.
Recovery. Make the range of INTERVAL fields compatible with the INTERVAL value
expression.
SQL 7014
Cause. The range of INTERVAL fields specified for the INTERVAL value included one
or more fields that were not in the range of INTERVAL fields for the INTERVAL
expression.
Effect. The statement does not compile.
Recovery. Make the range of INTERVAL fields in the INTERVAL value a subset of the
INTERVAL expression's range of fields.
SQL 7015
Cause. Stated in the error message.
Effect. The statement does not compile.
Recovery. Make the range of DATETIME fields a part of the range of DATETIME
fields in the expression.
7013 The range of INTERVAL fields is not compatible with the
INTERVAL value expression.
7014 The INTERVAL value has a range of INTERVAL fields that
is not part of the range of INTERVAL fields for the INTERVAL
expression.
7015 The range of DATETIME fields contains fields that are
not part of the expression's range of DATETIME fields.