Buzzmeister14
Technical User
At the risk of soundnig dumb
I have read faq183-2146 and am still confused how to apply it to a view in SQL 2000
so will start from begining
I have the following Data returned when looking at a particular policy
EndorsementId | PolicyId | EndorsementText
------------------------------------------
69 | 77782 |BJ
70 | 77782 |BP
71 | 77782 |BK
I need a view created that would combine all the EndorsementText field into a comma seperated field
i.e
PolicyId | CombinedText
77782 | BJ,BP,BK
Any ideas appreciated have been going around this with various attempts but no success have lost my way a bit, and would like some direction
Thanks for any help
I have read faq183-2146 and am still confused how to apply it to a view in SQL 2000
so will start from begining
I have the following Data returned when looking at a particular policy
EndorsementId | PolicyId | EndorsementText
------------------------------------------
69 | 77782 |BJ
70 | 77782 |BP
71 | 77782 |BK
I need a view created that would combine all the EndorsementText field into a comma seperated field
i.e
PolicyId | CombinedText
77782 | BJ,BP,BK
Any ideas appreciated have been going around this with various attempts but no success have lost my way a bit, and would like some direction
Thanks for any help