Hi,
I run a query:
set pagesize 0
--set feedback off
set verify off
spool file1.txt
select col1 from mytable;
At the end of file1.txt I have always an empty line.
Since I will read this file by another program to retrieve the values from it, the empty line is a problem.
Any way/setting to avoid it?
Thanks.