0

i have a table like

a 1
a 2
b 1
b 3
b 2
b 4

i wanted out put like this

1 2 3 4 
a a
b b b b 

Number of rows in output may vary.

Pivoting is not working as it is in exasol, and case cant work as it is dynamic

Bill Karwin
  • 538,548
  • 86
  • 673
  • 828

0 Answers0