sql >> Database >  >> RDS >> Oracle

Oracle join-operator

select tab1.id, tab2.id, tab3.id 
from tab1
left outer join tab2 on tab1.col1 = tab2.col1
left outer join tab3 on tab2.col2 = tab3.col2;



  1. Rij naar kolom transformatie van verschillende tabellen (union) in MySQL versie 8.0.17 met Pivot

  2. Problemen met MySQL-replicatie oplossen:deel één

  3. Rijen samenvouwen tot één kolom

  4. Mapping Oracle UDT met associatieve array in C#