“运营商”的版本间的差异

来自ArcoWiki
跳转至: 导航搜索
(创建页面,内容为“In DMIS all the '''Operators''' are introduced and followed by dots. Logical Operator ::<code>.AND.</code> ::<code>.OR.</code> ::<code>.NOT.</code> Relational op…”)
 
(没有差异)

2018年6月14日 (四) 07:51的最新版本

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