Oracle “(+)” Operator
问题 I am checking some old SQL Statements for the purpose of documenting them and probably enhancing them. The DBMS is Oracle I did not understand a statement which read like this: select ... from a,b where a.id=b.id(+) I am confused about the (+) operator, and could not get it at any forums... (searching for + within quotes didn\'t work either). Anyway, I used \'Explain Plan\' of SQLDeveloper and I got an output saying that HASH JOIN, RIGHT OUTER , etc. Would there be any difference if I remove