Oracle: OUTER JOIN operator Get link Facebook X Pinterest Email Other Apps By Toytoy - December 16, 2010 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 Read more