Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save sqlparser/10103081 to your computer and use it in GitHub Desktop.
blank lines plsql vertical exception
EXCEPTION
WHEN NO_DATA_FOUND THEN
<statements>
WHEN TOO_MANY_ROWS THEN
<statements>
WHEN OTHERS THEN
<statements>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment