Left Join unioned group query
I have created a unioned query that refers to the same table three times
I have then group the whole lot into one set of brackets (see picture)
how do I left join this with the rest of my query
So I end up with something like
Select Something From myBigTable
Left Join (Q union all Q union all Q)
Thanks
This is what my object tree looks like and I cant work out how to get something into Main at the top and Left Join it with the Union and give the Union a name and an On condition
Thanks