Mysql
 sql >> Baza danych >  >> RDS >> Mysql

jak połączyć i posortować dwie różne tabele razem w Mysql

Zasadniczo potrzebujesz union all :

select id, username, firstname, event_date
from ((select id, username, firstname, event_date
       from tablea
      ) union all
      (select id, username, NULL as firstname, event_date
       from tablea
      )
     ) t
order by event_date;


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Jak wstawić wiele wierszy z tablicy za pomocą frameworka CodeIgniter?

  2. Najlepszy typ danych mysql dla gramów, miligramów, mikrogramów i kilodżuli

  3. PHP - Uwaga:Niezdefiniowany indeks:

  4. JS Nie można wysłać zapytania do bazy danych MySQL. BŁĄD:connection.query nie jest funkcją

  5. Wprowadzenie do poleceń SQL