If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ANSI SQL > Formating column widths with SQLPlus

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-27-02, 12:28
rwj7p rwj7p is offline
Registered User
 
Join Date: Oct 2002
Location: Virginia
Posts: 13
Question Formating column widths with SQLPlus

How do you set column widths to (20 for example) using SQLPlus.
__________________
Roger W. Johnson Jr.

Reply With Quote
  #2 (permalink)  
Old 11-27-02, 12:36
andrewst andrewst is offline
Moderator.
 
Join Date: Sep 2002
Location: UK
Posts: 5,171
Re: Formating column widths with SQLPlus

Quote:
Originally posted by rwj7p
How do you set column widths to (20 for example) using SQLPlus.
For a numeric column:
COLUMN colname FORMAT 9999999999.999

For a varchar2 column:
COLUMN colname FORMAT A20

You can also define different default wisth for ALL number columns:

SET NUMWIDTH 20
__________________
Tony Andrews
http://tinyurl.com/tonyandrews
Reply With Quote
  #3 (permalink)  
Old 11-27-02, 18:25
rwj7p rwj7p is offline
Registered User
 
Join Date: Oct 2002
Location: Virginia
Posts: 13
Thanks, just what I was needing
__________________
Roger W. Johnson Jr.

Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On