clear screen
set echo on feedback on heading on pagesize 50
variable emps refcursor
begin
open :emps for
select empno, ename
from emp
where empno > 7800;
end;
/
----------------------------------------------
-- deleted data is saved in a rollback segment
----------------------------------------------
delete from emp;
commit;
print emps
How to get URL of commentator
-
We sometimes get questions about how to get the web address/URL of a
commentator in our blog. Blogger.com has not provided any way to do that.
However, the...
7 years ago
No comments:
Post a Comment