formatting output [message #372838] |
Tue, 13 March 2001 06:18 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
mb
Messages: 51 Registered: March 2001
|
Member |
|
|
Hello
Is it possible to display column names in full when they are wider than the actual column value?
eg.
col1 is varchar2(1) called LongestColNameInTheWorld
so after a select we see
L
--
Y
N
when we want to see
LongestColNameInTheWorld
------------------------
Y
N
Thanks,
Mark
|
|
|
|
Re: formatting output [message #372846 is a reply to message #372838] |
Tue, 13 March 2001 11:23 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Andrew again...
Messages: 270 Registered: July 2000
|
Senior Member |
|
|
As far as I know, the only two default settings for column widths are for Number and Long (NUMWIDTH and LONG). Bala is right that varchar2 columns need to be individually set.
|
|
|