.comment-link {margin-left:.6em;}

IntTech

Tuesday, December 01, 2009

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);

Bookmark and Share

Google