Test Spool2

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

SQL> select 'TOT NAME = ' || tot_name || ' and TOI_NAME = ' || toi_name from ros

ham.to1;
'TOTNAME='||TOT_NAME||'ANDTOI_NAME='||TOI_NAME

-------------------------------------------------------------------

TOT NAME = zzz and TOI_NAME = abc

TOT NAME = sds and TOI_NAME = sds

SQL> spool off;

You might also like