S sventevit New Member Feb 22, 2011 #1 Hello again What is the meaning of '(+)' operator in the query, like: Code: WHERE ... (("Table1"."Param1"="Table2"."Param1" (+)) AND ("Table1"."Param2"="Table2"."Param2" (+))) AND ...
Hello again What is the meaning of '(+)' operator in the query, like: Code: WHERE ... (("Table1"."Param1"="Table2"."Param1" (+)) AND ("Table1"."Param2"="Table2"."Param2" (+))) AND ...
4 4GLNewbie Member Mar 3, 2011 #3 Yes. Right Outer or Left Outer, depends on the side of the "=" it is specified..