The syntax of the IF expression is as follows:
IF condition THEN expression1 [ ELSE expression2 ] { ENDIF | END IF }
This expression returns the following:
condition is any valid search condition. See Search conditions.
For more information about TRUE, FALSE and UNKNOWN conditions, see NULL value, and Search conditions.
The IF expression is not the same as the IF statement. For information about the IF statement, see IF statement.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |