Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
column a new_value cmd
select decode(option,'yes','@file1','no','@file2','exit') a from dual;
@&&cmd
exit;
spool to.csv
select column1, column2, " " form table
spool off
spool from.csv;
select column1, column2, column3 from table where condition;
spool off;
column a new_value cmd
select decode(copytouser, null, 'exitfile', contfile) a from dual;
@&&cmd
spool from.csv;
select column1, column2, column3 from table where condition;
spool off;
column a new_value cmd
select decode('©touser', NULL, 'do_nothing','copyto') a
from dual;
@&&cmd