mysql php aktualizacja suma ta sama tabela

$query = "UPDATE produtos SET quantity = quantity + $prodQuantity where id = $prodId";
Chris