Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Heading display in SQL
"Peter van Rijn" <p.vanrijn_at_rm-this.zhew.nl> wrote in message >
> one-
>
> select price1 || '|' || price2 || '|' || price3 "Comm.|Paid|Profit" from
> pricelist;
>
Thanks, this works fine but the below one
>
> two-
>
> column concatcol heading "Comm.|Paid|Profit"
>
> select price1 || '|' || price2 || '|' || price3 concatcol from pricelist;
>
> The latter method provides more flexibility.
>
The output is :
Price1
Price2
Price3
for the first one requires much sga heap. Any suggestions for both.
Thanks very much Received on Wed Jul 24 2002 - 02:52:30 CDT
![]() |
![]() |