The first table does not have any long strings and the output is well formatted:
SQL> select * from Visit;
SLOTNUM DATEVISIT ACTUALARR
---------- --------- ---------
12 19-JUN-13 19-JUN-13
15 20-JUN-13 20-JUN-13
18 21-JUN-13 21-JUN-13
However second table contains Description
column, and the output is a complete mess...
SQL> select * from Treatment;
TREATC NAME
------ --------------------
DESCRIPTION
-------------------------------------------------------------------------------------------------------------------
STANDARDFEE
-----------
WARNINGS
-------------------------------------------------------------------------------------------------------------------
123456 Flu Shot
Treats insert into Treatment flu
20.5
123458 Lungs Inhalation
Treats cough only
10.5
May increase blood preassure
How can I make my second table look nice in the spool
?