update acs_mail_lite_bounce set bounce_count = bounce_count + 1 where user_id = :user_id insert into acs_mail_lite_bounce (user_id, bounce_count) values (:user_id, 1)