concatenate field in all records

  • Thread starter Thread starter Nicholas R. Markham
  • Start date Start date
N

Nicholas R. Markham

I'm looking for a way to concatenate the contents of a given field for all
records in a table. The idea is similar to summing a column of numbers, if
one thinks of concatenation as a kind of string addition. AFAIK there is no
SQL aggregate function that does concatenation; does anyone know of a way to
do it? Thanks.
 
Back
Top