Oracle: OUTER JOIN operator

Just to note that (+) means an OUTER JOIN.

Example :
select a2 from table_a,table_b where table_a.a1=table_b.b1 (+) and table_b.b1=999999

Comments

Popular posts from this blog

LVM: How to remove a volume using pvremove

Using Oracle 11g thru VirtualBox appliance in Mac OS X Lion

Use Shell Editor for Eclipse for editing bash, ksh, csh in Unix/Linux system