How do I get a commma delimited result from the following example with no parameters and from a single query:
select FirstName + ' ' LastName from table_of_Names where NameType='game show host'
Bob Barker, Willie Aammes, Steve Allen, Clive Anderson
Thanks.