Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL Pluus
Jill wrote:
> SQL PLus
>
> Does anyone know how to widen the the description in the column heading to
> display the entire description, and not truncated to the length of the
> actual data, e.g.
>
> CUSTOMER_NO looks like:
>
> CUS
> ---
> 123
>
> for a 3 byte column
>
> Thanks for any help
use the column command:
column customer_no format a12;
Ken Received on Wed Sep 01 1999 - 11:46:59 CDT
![]() |
![]() |