Question on sql syntax: *= Question on sql syntax: *= sql sql

Question on sql syntax: *=


*= (LEFT OUTER JOIN)=* (RIGHT OUTER JOIN)

But rather make use of the LEFT/RIGHT JOINS


*= indicates left-outer join and =* indicates right-outer join.

EDIT:

I had my joins mixed up, have been corrected.


please replace that with modern LEFT OUTER JOIN .. ON syntax!!

left outer join *=
right outer join =*