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: change column "labels" using select command

Re: change column "labels" using select command

From: Malka Friedman <malkaf_at_amdocs.com>
Date: Mon, 18 Oct 1999 11:06:45 +0200
Message-ID: <940237749.353143@soint7>


Do the following:

select a Namex, b NameY, c Namez

Manny <mpatel_at_news.fhlb.com> wrote in message news:7udva4$s54$1_at_tilde.csc.ti.com...
> How do I change column Name while doing select command for report.
>
> for example:
>
> select a, b, c from xtable;
>
> output:
>
> A B C
> ===== ====== =======
> AAA BBB CCC
>
> I need following output:
>
> Namex Namey Namez
> ===== ====== =======
> AAA BBB CCC
>
> thanks!
>
> Manny
Received on Mon Oct 18 1999 - 04:06:45 CDT

Original text of this message

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