fayevalentine
Programmer
Hello
I have my select statement returns something like this:
id episode name
1 1 john
2 1 mary
3 1 null
is it posible get a result like this?
episode
1 john mary null
I have tried with pivot but with I need an aggregate function which I do not use,
can anyone guide me!!
Thanks in advance
I have my select statement returns something like this:
id episode name
1 1 john
2 1 mary
3 1 null
is it posible get a result like this?
episode
1 john mary null
I have tried with pivot but with I need an aggregate function which I do not use,
can anyone guide me!!
Thanks in advance