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

Flere WHERE med LIMIT MySQL

Du kan bruge en UNION , hvis jeg forstår dit indlæg rigtigt:

(SELECT * FROM the_table WHERE color = 'blue' LIMIT 5)
UNION ALL
(SELECT * FROM the_table WHERE color = 'red' LIMIT 10)


  1. Indlæs en MySQL innodb-database i hukommelsen

  2. Hvordan laver man en SUM på tværs af to ikke-relaterede tabeller?

  3. Ydeevne ved brug af batch-tilstand af Qt / MySQL

  4. Implementer SQL Server AlwaysOn Availability Groups på Linux