OData Operators

From Lianjapedia
Revision as of 11:00, 19 April 2016 by Yvonne.milne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

See Also

Lianja Operators, Working with OData in Lianja Cloud Server

Lianja and OData operators

Where OData Operators are required, these are equivalent to Lianja standard operators as follows:

Lianja OData Operation
= eq Equal to
< lt Less than
<= le Less than or equal to
> gt Greater than
>= ge Greater than or equal to
!= ne Not equal to
<> ne Not equal to
# ne Not equal to
.and. | and and Logical and
.or. | or or Logical or
* mul Multiplication
/ div Division
% mod Modulus/Remainder
+ add Addition
- sub Subtraction