I have a dataset as follows;
I need to display the data on row per customer as follows;
I'm not proficient at all at sql so any help would be greatly appreciated.
AD
I have a dataset as follows;
I need to display the data on row per customer as follows;
I'm not proficient at all at sql so any help would be greatly appreciated.
AD
Copyright © 2021 Jogjafile Inc.
The answer to your problem can be solved by unpivoting the data. The UNPIVOT in sql can help but for that need certain info to identify the constraints, How many accounts does one customer can have, If a customer has 2 acct and other has 3 acct so what should be populated for acct 3 column for first customer