concatenate single field

R

Rizza

Would anyone point me to a function or SQL that would concatenate all of the
records for a single field into a single field while using a group by. What
I am desiring is to write something similar to the first or last function
but I want all records (of one field) in one record in one field.
 
R

Rick Brandt

Rizza said:
Would anyone point me to a function or SQL that would concatenate all of the
records for a single field into a single field while using a group by. What
I am desiring is to write something similar to the first or last function
but I want all records (of one field) in one record in one field.

What, separated by commas? How many will there be (worst case)?
 
R

Rizza

Ha it is not a function OR SQL it is both. This is exactly what i was
looking for.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top