Let\'s say I have the following table with hundreds of toys of various colors...
--------------------------- ITEM | COST | COLOR ----------------------
Why not?
select * from toys where color = 'Yellow' (LIMIT 1) UNION select * from toys where color = 'White' (LIMIT 3) UNION select * from toys where color = 'Blue' (LIMIT 2)