Is it possible to make a query containing 4 SELECT statements where each result is placed in its own column? How?
I'm currently sitting with 4 queries that I need to somehow combine into 1 and I've tried using UNION but it seems to put the results in the same column, just a new row.
Thanks.