I have a table TableA and with 2 column A & B with entries
Table A
|A||B|
|A1|B1|
|A2|B2|
|A3|B3|
|A4|B4|
|A5|B5|
I want to split it in 10 column with different column name as
|E1|E2|E3|E4|E5|E6|E7|E8|E9|E10|
|A1|B1|A2|B2|A3|B3|A4|B4|A5|B5|
It's a part of a query that is associated with different tables that show the association with this table data.It fetches multiple row values that i want show in a single row.