I have a table that looks like this:
iD PhoneNumber EmailAddress 1 06543635463 NULL 1 NULL [email protected] 2 NULL [email protected] 2 0298754355 NULL 3 0543280545 NULL And I'm tryong to concatenate the rows so they look like this:
id PhoneNumber EmailAddress 1 06543635463 [email protected] 2 0298754355 [email protected] 3 0543280545 NULL Any help would be appreciated. Thanks so much.
ID.