Hi guys, I have a problem, I hope somebody out there can help. I'm not really good at sql programming so I need help from u guys.
Here's my problem, I have customercode that has possible of 2 or 3 addresses. sample:
cust1 address1
cust1 address2
cust1 address3
cust2 address1
cust2 address2
I want to generate a report in .net to be like this:
cust1 address1 address2 address3
cust2 address1 address2
Can somebody help?