We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33f9244 + c8a29b8 commit 753fe4dCopy full SHA for 753fe4d
1 file changed
docs/t-sql/language-elements/and-transact-sql.md
@@ -77,7 +77,7 @@ IF 1 = 1 AND 2 = 2
77
BEGIN
78
PRINT 'First Example is TRUE'
79
END
80
-ELSE PRINT 'First Example is FALSE';
+ELSE PRINT 'First Example is FALSE' ;
81
GO
82
83
IF 1 = 1 AND 2 = 17
0 commit comments