Conditional Expressions

Syntax

expression [ NOT ] [ NUMERIC | relationalOperator expression ] [ logicalOperator 
conditionalExpression [...n ] ]

Parameters

Description

Conditional expressions evaluate the truth of a comparison between two expressions, or in the case of the NUMERIC variant, evaluates whether an expression results in a number-primitive value.

Note: The NUMERIC and NOT NUMERIC keywords cannot be used with national string types.

See Also