Odpowiedź w Oracle to:
delete from cpi
where (countryid, year) in (('AD', 2010), ('AF', 2009), ('AG', 1992))
Jest to dość standardowa składnia SQL i myślę, że MySQL jest taki sam.
Odpowiedź w Oracle to:
delete from cpi
where (countryid, year) in (('AD', 2010), ('AF', 2009), ('AG', 1992))
Jest to dość standardowa składnia SQL i myślę, że MySQL jest taki sam.