sql >> Database teknologi >  >> RDS >> Oracle

Oracle:Kombiner to tabeller med forskellige kolonner

Brug af Union All og Null som en anden kolonne:

SELECT col_1, col_2, NULL as col_3, NULL as col_4,
       date_1, NULL as date_2
FROM table_1

Union All

SELECT NULL, NULL, col_3, col_4, NULL, date_2
FROM table_2


  1. Registreringsfejl php, mysql, ingen data i databasen

  2. django.db.utils.InterfaceError:(0, '')

  3. Python Mysql, kommandoer ude af synkronisering; du kan ikke køre denne kommando nu

  4. Hvordan gemmer man twitter oauth detaljer i mysql database?