Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: change column "labels" using select command
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
![]() |
![]() |