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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Suppressing a column heading

Re: Suppressing a column heading

From: Nikunj Gupta <good_dba_at_hotmail.com>
Date: Sat, 28 Oct 2000 01:39:53 -0700
Message-Id: <10663.120529@fatcity.com>


try
select col1,col2 || col3 "col2" from table1;

> I have a developer here who would like to suppress a column heading
> for one column but have it normal for the rest. The following is an
> example of what he wants.
>
> select col1, col2, col3
> from table1;
>
> col1 col2
> ------ ------
> value value value
>
> Is this possible?
>
> --------------------------------------------------------------------------

--

> ------------
> Kimberly Smith
> EDS
> Fujitsu/GMD
> 21015 SE Stark St
> Gresham, OR
> 97030
> Phone: (503) 669-6050
> Fax : (503) 669-5705
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Kimberly Smith
> INET: kimberly.smith_at_gmd.fujitsu.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Sat Oct 28 2000 - 03:39:53 CDT

Original text of this message

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