Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> pivot query
I'm using SQL Tools 1.4.1 Beta build 66..
With this tool i be able to rotate grid, so i can see data horizontal and vertical...
select * from real_estate_atribute where id = :id
bind variable id = 15
id Name Adress City State Floor_Numer Telephone ............ Credit Cost Hire 15 Shop Stereet 1 New York Usa 5 1321635 ................. 100000 $ 10000000$ true
I need to display transpose data through sql query ..How should i write query to see data as follows..
Column Atribute Id 15 Name Shop Adress Steet1 City New York State USA Floor_number 5 Telephone 21635321 Credit 1000000$ ....etc..... Cost 10000000$ Hire true **********************************
![]() |
![]() |