I have some older (broken) code that has a join using a *=
table1.ID *= table2.ID
Is this a left outer join or a right outer join? (My error message indicates it is one of those)
*= (LEFT OUTER JOIN)
=* (RIGHT OUTER JOIN)
But rather make use of the LEFT/RIGHT JOINS
*=
indicates left-outer join and =*
indicates right-outer join.
I had my joins mixed up, have been corrected.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With