SQL/MX 3.2.1 Messages Manual (H06.26+, J06.15+)

Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Release 3.2.1 Messages Manual691121-002
6-49
SQL 4231
Where func-name is the function name.
Cause. The first operand specified for function name was not numeric or datetime.
Effect. The operation fails.
Recovery. Specify either numeric or datetime first operand, and resubmit the
statement.
SQL 4232
Where format-val is the format value.
Cause. A wrong format value was specified in second parameter.
Effect. The operation fails.
Recovery. Specify the correct format value and resubmit the statement.
SQL 4233
Where seq-pseudo-col is NEXTVAL or CURRVAL.
Cause. You attempted to execute a DDL operation using a sequence value.
Effect. The statement fails to execute.
Recovery. Modify and resubmit the statement.
SQL 4234
Where seq-pseudo-col is NEXTVAL or CURRVAL.
Cause. You attempted to compile a query that contains CURRVAL or NEXTVAL in a
subquery (other than INSERT or SELECT) or stream access to a table or embedded
insert/delete/update statement.
Effect. The statement fails to execute.
4231 The first operand of function func-name must be either
numeric or datetime.
4232 The format value format-val is invalid.
4233 seq-pseudo-col cannot be used in a DDL statement.
4234 seq-pseudo-col cannot be used with a subquery, stream
access to table or embedded insert/delete/update statement.