Re: Show/Hide column name
From: Hans Forbrich <forbrich_at_yahoo.net>
Date: Tue, 24 Aug 2004 22:44:53 GMT
Message-ID: <FxPWc.52104$X12.19525_at_edtnps84>
Date: Tue, 24 Aug 2004 22:44:53 GMT
Message-ID: <FxPWc.52104$X12.19525_at_edtnps84>
HWG wrote:
> Hi All,
>
> In sqlplus, what set option is used to show/hide the column name from
> the sql return?
>
> e.g.
>
> select * from dual;
> X
>
> v.s.
>
> select * from dual;
>
> D
> -
> X
>
> If I would like to see the column name DUMMY is hidden, how can I do
> that?
>> Oracle9i Database Release 2 >> View Library >> list of books >> SQL*Plus User's Guide and Reference >> Chapter 7
And when you're comfortable with that, 'SQL*Plus Quick Reference' is a reasonable reminder. Received on Wed Aug 25 2004 - 00:44:53 CEST