I am running multiple select statements in Query Analyzer. I would like to wrap the output of ONE of the the queries. For wxample if the table output first names like
Jeff
John
Joe
Jim
I would like to format the output like
Jeff, John, Joe, Jim
or
Jeff John
Joe Jim
How can I format the select statement results to be shown in above format?
Jeff
John
Joe
Jim
I would like to format the output like
Jeff, John, Joe, Jim
or
Jeff John
Joe Jim
How can I format the select statement results to be shown in above format?