I want to display rows in different column
Current situation
CASEID DATE OF SERVICE
760 12/30/2008
760 12/30/2008
817 12/30/2008
817 12/30/2008
817 12/01/2009
Now I want to display it as
CASEID [DATE OF SERVICE1] [DATE OF SERVICE2] [Date of Service3] so-on
760 12/30/2008 12/30/2008
817 12/30/2008 12/30/2008 12/01/2009