Technology we find Interesting and Tricks of the Trade
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);
No comments:
Post a Comment