Concatenate the values from the same column in multiple records

J

JLuis Estrada

Hi!!!

I need your help! I got a table with something like this

ID Number
1 123-4567
1 654-9876
1 357-9510
2 963-8521
3 789-4561

And I need a query (in fact, it gonna be a subquerry) that return me
something like this

'123-4567, 654-9876, 357-9510'

What exactly need is concatenate all the records in one single text value
to put it on a report.

Is this possible?

JLuis
 

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