mySQL select multiple ids December 18, 2009 • 19 words • 1 min read #MySQL SELECT * FROM tablename WHERE `active`='1' AND `id` IN ('107' , '125' ) ORDER BY `id` DESC LIMIT 12`