Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatting page width?

Status
Not open for further replies.

emikoo

Technical User
Jul 12, 2002
37
NL
Hi,

I have an sqlplus query which I run from a unix box: The moment I do not add too many columns to the query, the query results are formatedd the way I want:

Column1 Column2 etc.
2,0000 50% etc.

Now the moment I add "too many" columns, formatting changes to a format I do not want:

Column1 2,0000
Column2 50%
etc. etc.

Any ideas on how to prevent this?

Thnxs in advance,

EK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top