P
(PeteCresswell)
Got tblPerson.
Got tblPhone.
Lots of phone numbers per person.
But I want a result set with one row per person - that shows all
of the phone numbers concatenated into a single column.
Whenever I've had to do this in the past, I resorted to a VBA
routine to pre-process the phone numbers or whatever into a work
table with one row per person and then joined to that work table.
Is this something than can be done in SQL without being abusive?
i.e. I don't want to get into doing something with SQL that will
bog down unduly when scaled.
Got tblPhone.
Lots of phone numbers per person.
But I want a result set with one row per person - that shows all
of the phone numbers concatenated into a single column.
Whenever I've had to do this in the past, I resorted to a VBA
routine to pre-process the phone numbers or whatever into a work
table with one row per person and then joined to that work table.
Is this something than can be done in SQL without being abusive?
i.e. I don't want to get into doing something with SQL that will
bog down unduly when scaled.