Topic complex |
Selecting |
Function |
IN |
Short |
Set operator |
Syntax |
Exp IN [Exp_1, Exp_2, ...] |
Parameter |
Exp, Exp_1, Exp_2, ... : expressions of the same type(STRING or REAL) |
Return |
Numeric expression:
TRUE, if Exp=Exp1 OR Exp=Exp2 ...
FALSE, else
Strings:
TRUE, if Exp LIKE Exp_1 OR Exp LIKE Exp_2 ...
FALSE, else |
See also: |
|
Description |
At present EASY knows only constant sets, areas like [1..10] are not allowed.
|
Write a comment:
|