UPDATE counters SET currCount = Cast(currCount as int) + 1 WHERE id = 41 UPDATE counters SET currCount = Cast(currCount as int) + 1 WHERE id = 42