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: Kimberly Smith <kimberly.smith_at_gmd.fujitsu.com>
Date: Fri, 27 Oct 2000 12:54:36 -0700
Message-Id: <10662.120500@fatcity.com>


Thanks for the suggestion. Selecting the wanted column headings from dual is actually how we do it now but we where looking for a cleaner way.

-----Original Message-----
From: KLOPPING, JEFFREY L [mailto:jklopping_at_oppd.com] Sent: Friday, October 27, 2000 1:39 PM
To: Multiple recipients of list ORACLE-L Subject: RE: Suppressing a column heading

This comes close...

SQL> column showme format a06;

SQL> column notme format a06 heading ' '

SQL> select dummy showme, dummy notme from dual;  

SHOWME

X X  

SQL>
> -----Original Message-----
> From: Kimberly Smith [SMTP:kimberly.smith_at_gmd.fujitsu.com]
> Sent: Friday, October 27, 2000 2:53 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Suppressing a column heading
>
> 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: KLOPPING, JEFFREY L
  INET: jklopping_at_oppd.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
Received on Fri Oct 27 2000 - 14:54:36 CDT

Original text of this message

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