Operation Priorities
Operations have the following priorities (from the lowest to the highest priority):
- OR;
- AND;
- NOT;
- IN, IS NULL, IS NOT NULL;
- =, <>, <=, <, >=, >;
- Binary +, Binary – ;
- *, /, %;
- Unary +, Unary -.
See also:
Data Composition System Expression Language
Bilingual Presentation of Data Composition System Keywords