UPDATE `databasename`.`tablename` SET fieldB = fieldB + 1 WHERE fieldA = '2';
UPDATE pollData SET option2 = option2 + 1