Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

If statement in T-Sql

Syntax

If <condition>
<statement>
Else if
<condition>
<statement>
Else
<statement>

Using anther else if

Nested if

You might also like