Let\'s say I have the following table with hundreds of toys of various colors...
--------------------------- ITEM | COST | COLOR ----------------------
This is working properly
(select * from toys where color = 'Yellow' LIMIT 1) UNION ALL (select * from toys where color = 'White' LIMIT 1)