sql >> Database >  >> RDS >> Mysql

Union All en Order By gebruiken in MySQL

Wikkel het in een subquery.

SELECT s.*
FROM
    (
        SELECT  ap.*, 'advertised'  as type 
        FROM advertised_products as ap
          union all
        SELECT  wp.*, 'wanted' as type 
        FROM wanted_products as wp
    ) s
ORDER BY s.timestamp desc 
limit 3


  1. Beslis tussen controle op basis van agenten of controle zonder agenten

  2. MySQL Selecteer Top N Rijen

  3. Gratis veldhospitaaldatabase om de COVID-19-pandemie te bestrijden

  4. 4 tips voor het instellen van uw SQL Server-waarschuwingen