Table of Contents

TSQL - IF

Example

IF ('Boolean Expression')
   BEGIN
   END
ELSE
   BEGIN
   END