SQL Studio


IF
IF expression
BEGIN
    ...
END
Examples
IF 1=1
BEGIN
	PRINT 'true'
END