Help SQL -
03-03-2010
, 04:27 PM
Hello All,
I have a query that returns the following results. We get multiple
rows back, with all the same info except for the Function.
ID NAME FUNCTION
001 Greg Johnson Administration
001 Greg Johnson Senior IT Specialist
002 Todd Thompson IT Specialist
002 Todd Thompson Project Manager
What shoudl I do to get the following result? Need to get Function
results for each contact within a single row, and separete them with
comma.
ID NAME FUNCTION
001 Greg Johnson Administration, Senior IT Specialist
002 Todd Thompson IT Specialist, Project Manager
Please, can anyone help?
Thanks! |