Die Antwort in Oracle lautet:
delete from cpi
where (countryid, year) in (('AD', 2010), ('AF', 2009), ('AG', 1992))
Es ist ziemlich Standard-SQL-Syntax und ich denke, MySQL ist das gleiche.
Die Antwort in Oracle lautet:
delete from cpi
where (countryid, year) in (('AD', 2010), ('AF', 2009), ('AG', 1992))
Es ist ziemlich Standard-SQL-Syntax und ich denke, MySQL ist das gleiche.