Hi
Does anyone know how I can put the out put from an SQL sentence into an array insted og spooling it into a file?
ex.
spool /home/ttsowner/LSG/tmp/sysdata1
select to_char(to_date(sysdate -1), 'YYYYMMDD')
from dual;
insteed of spooling it to sysdata1 I'd like it to go directly into an array.
/Larshg
Does anyone know how I can put the out put from an SQL sentence into an array insted og spooling it into a file?
ex.
spool /home/ttsowner/LSG/tmp/sysdata1
select to_char(to_date(sysdate -1), 'YYYYMMDD')
from dual;
insteed of spooling it to sysdata1 I'd like it to go directly into an array.
/Larshg