Concatenate the values from the same column in multiple records

  • Thread starter Thread starter JLuis Estrada
  • Start date Start date
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
 
Back
Top