if-then-else

Syntax

if-then-else

Description

The if-then-else command construct enables you to implement conditional branching logic in a ttIsql session. For more details, see IF-THEN-ELSE Command Construct.

Example

Command> if :a = 1 then "e:a is 1"  else "e:a is not 1";