question on sql statement...

Hyperblaze

Lifer
May 31, 2001
10,027
1
81
select * from table, table2 where table.id = table2.id(+)


anyone have any ideas what the (+) means?
 

MrChad

Lifer
Aug 22, 2001
13,507
3
81
Did you mean to post this in Software?

It's alternative way of writing a (in this case) RIGHT OUTER JOIN in Oracle.