I have just picked up an SQL statement that was written by someone a couple of weeks ago (nobody seems to know who).
As part of the statement, in the WHERE
clause, they have something like: {table1.field} *= {table2.samefield}
.
What exactly is going on here? I assume some sort of join, but what join and why and, generically, why would someone put this in the WHERE
clause?