SQL*Plus (MOSC)

MOSC Banner

Format sqlplus out

edited Dec 6, 2013 7:16AM in SQL*Plus (MOSC) 7 commentsAnswered ✓
Hi,

I have a table T with three columns (c1,c2,c3). I would like to have the rows display as follows when I do "select * from T;

Table T

C1 C1value1

C2 C2value1

C3 C3value1

C1 C1value2

C2 C2value2

C3 C3value2

.................

C1 C1valuen

C2 C2valuen

C3 C3valuen

How to do the above for any table?

Thanks.

Hisham

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center