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

Oracle join-operatør

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. Hvordan indsætter man en BLOB i Oracle med Python?

  2. Mysql/php træ navigationsmenu

  3. Oracle-database:DBMS_ALERT-brug med java-applikation

  4. Sikkerhedskopiering på bordniveau