Published on 18 December 2009
Author: Andrew
Estimated reading time: 1 min
#My SQL
SELECT * FROM tablename WHERE `active`='1' AND `id` IN ('107' , '125' ) ORDER BY `id` DESC LIMIT 12`
Filed under #My SQL