SQL> spool c:\ocp_project\last_record.txt
SQL> INSERT INTO ABC VALUES ('A');
1 record inserted
SQL> UPDATE ABC SET TYPE='B';
updated
SQL> spool off;
check the file in the specified dir.
|
Results 1 to 8 of 8
Thread: save my last run SQL commandThreaded View
|
Click Here to Expand Forum to Full Width |