Query operators
ScopeDB supports many frequent operators, including arithmetic operators (such as +
and -
), logical operators (such as AND
and OR
), set operators (such as UNION
), etc.
Category | Operators |
---|---|
Arithmetic operators | + , - , * , / , % |
Comparison operators | = , != , > , < , >= , <= |
Logical operators | AND , OR , NOT |
Set operators | UNION |