| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Heading display in SQL
Hi,
SQL> column price1 heading "Commission" SQL> column price2 heading "Paid" SQL> column price3 heading "Profit"
SQL> select price1 || '|' || price2 || '|' || price3 from pricelist
PRICE1||'|'||PRICE2||'|'||PRICE3
Hence after setting the heading values, I would like to get Price1 as
Commission, Price2 as Paid, Price3 as Profit, but I get the display
only as Price1,Price2,Price3.
Any suggestions and Idea Please.
Thanks. Received on Tue Jul 23 2002 - 05:39:01 CDT
![]() |
![]() |