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

MySQL-forespørgsel med flere GRÆNSER

Hvorfor ikke?

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)


  1. SQL :MELLEM vs <=og>=

  2. FPDF-cellepositionering

  3. classNotFoundException i indlæsning af JDBC-driver

  4. Rails 4:Brug MySql og MongoDB sammen