Difference between revisions of "Operators"

From ArcoWiki
Jump to: navigation, search
(Created page with "In DMIS all the '''Operators''' are introduced and followed by dots. Logical Operator ::<code>.AND.</code> ::<code>.OR.</code> ::<code>.NOT.</code> Relational operators ::...")
 
 
(2 intermediate revisions by one other user not shown)
Line 11: Line 11:
 
::<code>.GT.</code>    greater than
 
::<code>.GT.</code>    greater than
 
::<code>.GE.</code>    greater than or equal to
 
::<code>.GE.</code>    greater than or equal to
 +
 +
[[it:operatori]]
 +
[[zh-cn:运营商]]
 +
[[pt:Operadores]]
 +
[[de:Betreiber]]
 +
[[es:Operadores]]
 +
[[en:Operators]]
 +
 +
[[Category:Dmis_Tutorial]]

Latest revision as of 07:50, 14 June 2018

In DMIS all the Operators are introduced and followed by dots. Logical Operator

.AND.
.OR.
.NOT.

Relational operators

.EQ. equal to
.NE. not equal to
.LT. less than
.LE. less than or equal
.GT. greater than
.GE. greater than or equal to