| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Example code for an outer join for Oracle?
Can anyone give me a simple example of an outer right join, using 2 tables?
I'm trying something like:
select table1.fielda, table2.fieldb from table1 outer join table2 on table1.id = table2.id
Thanks in anticipation
![]() |
![]() |