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: KLOPPING, JEFFREY L <jklopping_at_oppd.com>
Date: Fri, 27 Oct 2000 14:31:31 -0500
Message-Id: <10662.120498@fatcity.com>


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
Received on Fri Oct 27 2000 - 14:31:31 CDT

Original text of this message

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