SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual—523730-004
6-10
SQL 4034
Cause. You attempted to perform an arithmetic operation on a DATETIME field using
other DATETIME or INTERVAL expressions that do not have identical start and end
fields.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4035
Cause. You attempted to cast type specification1 to another type
specification2 that is not valid.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4036
Cause. You specified a source field of the EXTRACT function that is not a DATETIME
or INTERVAL data type.
Effect. The operation fails.
Recovery. Correct the source field type and resubmit.
SQL 4037
Cause. You attempted to extract field name from a source whose type
specification does not support this.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
4034 The operation (data type operation data type) operation
is not allowed.
4035 Type specification1 cannot be cast to type
specification2.
4036 The source field of the EXTRACT function must be of
DateTime or Interval type.
4037 Field name cannot be extracted from a source of type
specification.