Difference between revisions of "OData Operators"

From Lianjapedia
Jump to: navigation, search
 
Line 42: Line 42:
 
[[Category:Data Integration]]
 
[[Category:Data Integration]]
 
[[Category:OData Functions]]
 
[[Category:OData Functions]]
 +
[[Category:Lianja Cloud Server]]

Latest revision as of 11:04, 12 October 2020

See Also

Lianja Operators, OData URIs, ODATA_CREATE(), ODATA_DELETE(), ODATA_READ(), ODATA_UPDATE(), Working with JSON and JQL

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