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: Format of output in Sql*plus

Re: Format of output in Sql*plus

From: gazzag <gareth_at_jamms.org>
Date: 20 Apr 2006 06:37:31 -0700
Message-ID: <1145540251.389993.264390@t31g2000cwb.googlegroups.com>


Brian Peasland wrote:
>
> Try the following (as suggested by gazzag) in SQL*Plus:
>
> COLUMN id_xxxx FORMAT a10
> SELECT id_XXXX, SUM(aantal_YYYY)
> FROM ZZZ.ZZZZ
> GROUP BY id_XXXX;
>
> HTH,
> Brian
>

You may also want to type the following at a SQL*Plus prompt:

help column

HTH -g Received on Thu Apr 20 2006 - 08:37:31 CDT

Original text of this message

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