I am writing a query and want to combine two subqueries in an unusual way.
Is there any way to combine the contents of subqueries and so that you have the complete data sets from each subqry in independent rows... add the rows from subqry 2 to subqry 1 (rather than adding columns from subqry 2 to subqry 1).
This is driving me crazy. Really appreciate any advice.
Is there any way to combine the contents of subqueries and so that you have the complete data sets from each subqry in independent rows... add the rows from subqry 2 to subqry 1 (rather than adding columns from subqry 2 to subqry 1).
This is driving me crazy. Really appreciate any advice.