recently started with simple queries in SQL
I was wondering if there is a possibility to add data vertically like "union" does horizontally
I have two selection i want to combine
month year data1 data2 grouped by month, year
month year data3 data4 grouped by month, year
what I'm trying to archive is
month year data1 data2 data3 data4
Is there any function working like union to archive this? I was trying to do so with "join" but failed horribly