Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL Pluus

Re: SQL Pluus

From: Kenneth C Stahl <bluessax_at_unforgettable.com>
Date: Wed, 01 Sep 1999 12:46:59 -0400
Message-ID: <37CD5883.6E869A35@unforgettable.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US