SQLPLUS Column NEWLINE [message #23873] |
Fri, 10 January 2003 14:40  |
denny
Messages: 9 Registered: August 2002
|
Junior Member |
|
|
Hello
Can the COLUMN column_name NEWLINE
be used in conjuntion with:
BREAK ON REPORT
Compute Sum Label 'Grand Totals' of count(B.D_AMOUNT)-
sum(B.D_AMOUNT) ON REPORT.
I cannot get a newline to print after each row.
Mgt wants a line spacing after each row.
If I use BREAK ON ROW skip 1 the COMPUTE does not
work because I then have to use COMPUTE....ON ROW.
any suggestions on how to get line spacing and compute
to work 'ON REPORT' would be most appreciated.
|
|
|
|
|