Created
April 8, 2014 09:00
-
-
Save sqlparser/10103035 to your computer and use it in GitHub Desktop.
blank lines plsql loop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- | |
| -- 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