Created
April 9, 2014 01:48
-
-
Save sqlparser/10218160 to your computer and use it in GitHub Desktop.
indentation if block without begin end
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
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