I want to split the single column result from a query into 4 columns:
Sample source:  (Select [FirstName from User)
Peter
Mary
John
Tina
Carl
Jane
Bill
Sarah
I want to look like this:
Column1   Column2   Column3   Column4  
Peter     Mary      John      Tina  
Carl      Jane      Bill      Sarah