SyntaxFix
Write A Post
Hire A Developer
Questions
Why can't it just use AND in the ON clause? For example:
AND
ON
SELECT * FROM flights INNER JOIN airports ON ((airports.code = flights.fairport) AND (airports.code = flights.tairport))