WHERE IN - MySQL
My attemps to confirm this in the MySQL documentation turned up no hits. However the following does work in MySQL.
mysql> delete from vendors where key IN (13, 2);
mysql> delete from vendors where key IN (13, 2);
.comment-link {margin-left:.6em;}