Posted on: 12/28/2012 1:27:44 PM | Views : 742

Hello, I have a query that works, it produces this:
UserID     UserName   GMC   Buick   Used 1                Jesse          1         2         1 2                Mark           4         3         2
But I need to pivot it, so that it appears this way
                  Jesse          Mark GMC              ...

Go to the complete details ...