Skip to content

Instantly share code, notes, and snippets.

@sqlparser
Created April 9, 2014 01:49
Show Gist options
  • Save sqlparser/10218202 to your computer and use it in GitHub Desktop.
Save sqlparser/10218202 to your computer and use it in GitHub Desktop.
indentation if block with begin end
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