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

Home -> Community -> Usenet -> c.d.o.server -> Re: Heading display in SQL

Re: Heading display in SQL

From: Md Irfan <irfan_pk_at_hotmail.com>
Date: 24 Jul 2002 01:10:07 -0700
Message-ID: <c42168e7.0207240010.2a211079@posting.google.com>


Sybrand Bakker <postbus_at_sybrandb.demon.nl> wrote in message

> The best solution is
>
> column price1 heading "Commission"
> column price2 heading "Paid"
> column price3 heading "Profit"
>
> set colsep |
>
> select price1, price2, | price3 from pricelist

This brings the same output as my question. thanks Received on Wed Jul 24 2002 - 03:10:07 CDT

Original text of this message

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