Skip to content

Instantly share code, notes, and snippets.

@accasey
Created August 20, 2019 15:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save accasey/21c8a4184b3444d9712fe2127ef1c945 to your computer and use it in GitHub Desktop.
Save accasey/21c8a4184b3444d9712fe2127ef1c945 to your computer and use it in GitHub Desktop.
Error logic to add to SQL scripts
WHENEVER SQLERROR EXIT SQL.SQLCODE;
WHENEVER OSERROR EXIT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment