alphacooler
Programmer
I am unsure as to the proper order in which to do joins. When doing INNER JOINS (when many tables are involved), can I only join two tables that are placed back to back in order, or can I inner join table 1 with table 6 (1 and 6 being their order listed). Also does the same apply for LEFT JOINS, or can I join any two tables no matter where they come in order?
Thanks.
Thanks.