Hi Team,
I want to combine 2 query result in 1 calculated table column wise and want to do operation further on that.
I am able to get 2 query result row wise using QUERY 1 UNION QUERY2 as below:
ROW1 Value1
ROW2 Value2
But I would like to see as below:
Col1 Col2
Value1 Value2
Which command I need to use?