dbTalk Databases Forums  

Show/Hide column name

comp.databases.oracle comp.databases.oracle


Discuss Show/Hide column name in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
HWG
 
Posts: n/a

Default Show/Hide column name - 08-24-2004 , 05:18 PM






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?

Reply With Quote
  #2  
Old   
Hans Forbrich
 
Posts: n/a

Default Re: Show/Hide column name - 08-24-2004 , 05:44 PM






HWG wrote:

Quote:
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?
http://docs.oracle.com
Quote:
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.




Reply With Quote
  #3  
Old   
Pratap
 
Posts: n/a

Default Re: Show/Hide column name - 08-24-2004 , 11:23 PM



set head off

Pratap

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.