SQL/MP Messages Manual

SQL Compiler Parser Messages (3000 to 3999)
HP NonStop SQL/MP Messages Manual427720-006
5-24
SQL 3095
Cause. You specified an INTERVAL literal with invalid syntax.
Effect. The statement fails.
Recovery. Correct the syntax error and reissue the statement.
SQL 3096
Cause. The INTERVAL value was out of range either because the maximum limit was
exceeded or because the precision specified was larger than it should be. For
example, for an INTERVAL of type YEAR to MONTH, the MONTH field is limited to the
value 11; any value beyond 11 causes a range error.
Effect. The statement fails.
Recovery. Correct the syntax error.
SQL 3097
Cause. The date-time value you specified was out of range either because it specified
an invalid date, or because the precision of one or more of the fields was exceeded.
Effect. The statement fails.
Recovery. Correct the syntax error and reissue the statement.
SQL 3098
Cause. You specified a precision value for the FLOAT definition that was out of range.
Effect. The statement fails.
Recovery. Specify a valid precision and reissue the statement.
3095 Invalid INTERVAL format.
3096 INTERVAL value is out of range.
3097 Date-time value is out of range.
3098 Float precision must be a value between 1 and 54.