Difference between revisions of "OData Operators"

From Lianjapedia
Jump to: navigation, search
(Created page with "==See Also== Lianja Operators, [http://www.lianja.com/resources/blog/39-coding-tips/379-working-with-odata-in-lianja-cloud-server- Working with OData in Lianja Cloud Serve...")
 
Line 1: Line 1:
 
==See Also==
 
==See Also==
[[Lianja Operators]], [http://www.lianja.com/resources/blog/39-coding-tips/379-working-with-odata-in-lianja-cloud-server- Working with OData in Lianja Cloud Server]
+
[[Lianja Operators]], [[Working with JSON and JQL]],[http://www.lianja.com/resources/blog/39-coding-tips/379-working-with-odata-in-lianja-cloud-server- Working with OData in Lianja Cloud Server]
  
 
==Lianja and OData operators==
 
==Lianja and OData operators==

Revision as of 07:50, 7 November 2016

See Also

Lianja Operators, Working with JSON and JQL,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