Johnblaze1
Programmer
I have data in a format such as;
NAME SEQ POST
Fred 01 Hello and
Fred 02 Welcome
I would like to have the output show as;
NAME POST
Fred Hello and Welcome
So that all values in column POST are concatenated for output. Is this possible with SQL? Otherwise, I am going to have to dump the data and write a small VB procedure to do this.
Any help would be greatly appreciated
Jon
NAME SEQ POST
Fred 01 Hello and
Fred 02 Welcome
I would like to have the output show as;
NAME POST
Fred Hello and Welcome
So that all values in column POST are concatenated for output. Is this possible with SQL? Otherwise, I am going to have to dump the data and write a small VB procedure to do this.
Any help would be greatly appreciated
Jon