A Database Error Occurred

Error Number: 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 '?' at line 1

UPDATE `ARTICLE` a , `ARTICLE_BODY_JP` b SET a.C_VIEW_CNT_TOTAL = a.C_VIEW_CNT_TOTAL + 1 ,b.C_VIEW_CNT = b.C_VIEW_CNT + 1 WHERE a.A_SEQ = b.A_SEQ AND a.A_SEQ = ?

Filename: models/svc_m.php

Line Number: 610