Contents Index Subqueries in expressions CASE expressions

ASA SQL Reference
  SQL Language Elements
    Expressions

IF expressions


The syntax of the IF expression is as follows:

IF condition
THEN expression1
ELSE expression2 ]
ENDIF

This expression returns the following:

For more information about TRUE, FALSE and UNKNOWN conditions, see NULL value, and Search conditions.

IF statement is different from IF expression 
Do not confuse the syntax of the IF expression with that of the IF statement.

For information on the IF statement, see IF statement.


Contents Index Subqueries in expressions CASE expressions