U wilt kolommen selecteren als NULL
om de lege ruimte in bepaalde tabellen in te nemen.
Tabel A:(id, kolom1)
Tabel B:(id, kolom1, kolom2)
Select id, column1, null as column2 from tableA
UNION
Select id, column1, column2 from tableB
U wilt kolommen selecteren als NULL
om de lege ruimte in bepaalde tabellen in te nemen.
Tabel A:(id, kolom1)
Tabel B:(id, kolom1, kolom2)
Select id, column1, null as column2 from tableA
UNION
Select id, column1, column2 from tableB