Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sqlparser/10218160 to your computer and use it in GitHub Desktop.
Save sqlparser/10218160 to your computer and use it in GitHub Desktop.
indentation if block without begin end
IF (x < 7) THEN
IF (y < 0) THEN
<statements>
END IF;
ELSIF (x > 10) THEN
<statements>
ELSE
<statements>
END IF;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment