Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Format of output in Sql*plus
patrick wrote:
> Hello everybody,
>
> I have a problem with the output of my query in Sql*Plus. Hopin for an
> answer...
>
> My output looks like:
>
> ID_XXXX SUM(XXXXXXXXXXXXXX)
> ------- --------------------
> V I 0 4
> V K 0 1
> V L 0 488
>
> The problem is it doesn't show all of ID_XXXX, which should be like
> VI030, VK019 and VL004.
> Why does it place spaces and not showing all of it?
>
Try typing the following into SQL*Plus and re-run the query:
column id_xxxx format a10
HTH -g Received on Thu Apr 20 2006 - 07:53:46 CDT
![]() |
![]() |