sql >> Databáze >  >> RDS >> Mysql

Dotaz MySQL s více LIMITY

Proč ne?

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. Více o CXPACKET Waits:Skewed Parallelism

  2. Jak spustit Create Table DDL s EXECUTE IMMEDIATE v Oracle Database

  3. Funkce vytvoření MySQL nevrátí sady

  4. Příklady CONVERT_TZ() – MySQL