I have a table
and I want to convert it into one row for each customer number something like this:
Can someone point me to the right place , example where I can do similar thing.
I have a table
and I want to convert it into one row for each customer number something like this:
Can someone point me to the right place , example where I can do similar thing.
You need to use PIVOT. Something like the following query should help.