MySQL fügen zur Nummer hinzu
UPDATE user SET points = points + 1 WHERE id = 42
nordpoldieb
UPDATE user SET points = points + 1 WHERE id = 42