Thanks Dear, I am a novice and tends to do mistake.
My query is that I have made two unions with each having few common and few different fields. I mean Union 1 have x,y,z,a,b,c fields and Union 2 have a,b,c,d,e,f fields.
Now, I want to query fields from both the unions using a single query. I...