I have a query that returns a table that looks somewhat like below.
In the image, I want the Input table to look like the Output table --
Essentially, I want all the data from columns to get transposed into rows. But I do not want to convert rows into columns.
I have seen solutions to transpose rows and columns but wanted to check if there is something easier out there that anyone knows of. Any help appreciated!
TIA