mysql php update jumlah tabel yang sama

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