sql >> Database >  >> RDS >> Mysql

MySQL-query met meerdere LIMIETEN

Waarom niet?

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. ORA-02287:volgnummer is hier niet toegestaan

  2. export mysql-lijst met tabellen van mysql naar csv-bestand met behulp van php

  3. Draaitabellen PHP/MySQL

  4. Hoe Chinees karakter te detecteren in MySQL?