Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> I need help with SQL
I have the following query
spool list.lst
select account(*), sum(balance)
from table1
;
spool off;
--The total balance is so large that it gives me only '###########' instead
of digits such as '74857843389349'. Is there anyway I can fix this? Any
help is appreciated.
I use SQLPLUS.
Thanks,
Brian Vuong Received on Wed Oct 18 2000 - 19:23:08 CDT
![]() |
![]() |