I've got a table with a structure of:
BuildingID PersonId Value1 Value2 Value3
123 001 564 1 952
123 002 122 36 512
What I need to do is transpose the values thusly:
BuildingId PersonId ValueId ValueValue
123 001 1 564
123 001...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.