Mysql
 sql >> Database >  >> RDS >> Mysql

Query MySQL con più LIMITI

Perché no?

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)