Hi,
I'm trying to organize final output and not sure how to do it. The output is as below after I join data where I get multiple rows for each record but I need it all in one row. Thank you in advance!
ID Name City State
1234 George Null CO
1234 George Denver Null
Expected output
ID Name City State
1234 George Denver CO