Created
April 9, 2014 01:49
-
-
Save sqlparser/10218202 to your computer and use it in GitHub Desktop.
indentation if block with 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 @cost <= @compareprice BEGIN | |
PRINT 'These products can be purchased for less than ' | |
END | |
ELSE | |
PRINT 'The prices for all products in this category exceed ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment