Error Code: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ', payment_method varchar, document_creation_date date, invoice_amount_doc_cur' at line 40 code example
Example: mysql #1064 error
UPDATE test
SET field = IF(something == 1{CONDITION}, 1 {NEW VALUE}, field)
WHERE `id` = 5