Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Sqlplus vertical output
Oracle Gurus...
Is there any way to move away from the usual horizontal output of sqlplus and get it to output records vertically? Like instead of
selec a,b,c from mytable;
a b c
- - -
5 6 7
I want:
a: 5 b: 6 c: 7
Reading through the formatting docs doesn't give me any idea.
Thanks a lot.
Csaba
Received on Fri Jan 25 2002 - 10:42:54 CST
![]() |
![]() |