Forum Discussion

OlegV's avatar
OlegV
Icon for Helper III rankHelper III
2 years ago

Left join two tables to one

Hi, I have three tables: A,B,C.   A has a many-to-one relationship with B. B has one-to-many relationship with C.   I need to left join B to A, and left join C to A.   Tables A and C do not h...