This works:
update my_table set credits_total = credits_total + 1 where id = 4;
But this doesn\'t:
SET @add_credits = 1; updat