Skip to content

Instantly share code, notes, and snippets.

@note
Created May 27, 2013 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save note/5654654 to your computer and use it in GitHub Desktop.
Save note/5654654 to your computer and use it in GitHub Desktop.
connect hr/hr;
set echo on
BEGIN
FOR i IN 1..50 LOOP
execute immediate 'select * from hr.employees where employee_id = 115';
END LOOP;
END;
/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment