Forum Discussion
OlegV
Helper III
2 years agoLeft 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...
ryan_mayu
Super User
2 years agocould you pls provide some sample data and expected output?
have you tried to use merge query in PQ