montypython1
Technical User
Greetings,
What is the best way to join multiple tables together?
I have 3 tables that I need to join into 1 table (or cursor). The 3 tables will be joined by a field which is present within all 3 tables called "index_ddd".
I know how to join 2 tables, and I know I can then join the combined table with the 3rd table, but I would like to learn a more elegant solution to handle this within one SQL.
Any suggestions.
Thanks,
Dave Higgins
What is the best way to join multiple tables together?
I have 3 tables that I need to join into 1 table (or cursor). The 3 tables will be joined by a field which is present within all 3 tables called "index_ddd".
I know how to join 2 tables, and I know I can then join the combined table with the 3rd table, but I would like to learn a more elegant solution to handle this within one SQL.
Any suggestions.
Thanks,
Dave Higgins