Skip to content

Instantly share code, notes, and snippets.

@sqlparser
Created April 8, 2014 09:00
Show Gist options
  • Select an option

  • Save sqlparser/10103035 to your computer and use it in GitHub Desktop.

Select an option

Save sqlparser/10103035 to your computer and use it in GitHub Desktop.
blank lines plsql loop
--
-- For each student returned by the query, add the student's social
-- security number to the PL/SQL table.
--
FOR Students_rec IN Students_cur LOOP
<statements>
END LOOP;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment