Previous Topic: -10 - UNABLE TO ALLOCATE MEMORYNext Topic: -14 - TABLE/VIEW DOES NOT EXIST:(table/new-name) AUTHID:(auth-id)


-12 - COLUMN FUNCTIONS NOT ALLOWED IN SET CLAUSE OF QUERY

Reason:

The use of a column function is not allowed in the SET clause of an UPDATE statement.

The SQLSTATE that equates to this SQL return code is 54002.

Action:

Rewrite the UPDATE statement without using the column function.