Previous Topic: -67 - COLUMN FUNCTIONS NOT ALLOWED IN WHERE CLAUSE OF QUERYNext Topic: -70 - ODER BY COLUMN aaaa IS NOT IN SELECT LIST OR IS A DUPLICATE


-69 - TOO MANY SET CLAUSES IN UPDATE COMMAND

Reason:

An UPDATE statement contains more SET clauses than columns in the table.

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

Action:

If necessary, use multiple UPDATE statements to conform to system constraints.