We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32561d3 commit 6f48323Copy full SHA for 6f48323
articles/cosmos-db/sql-query-operators.md
@@ -36,7 +36,7 @@ Logical operators operate on Boolean values. The following tables show the logic
36
37
**OR operator**
38
39
-Returns `true` when either of the conditions is `true`
+Returns `true` when either of the conditions is `true`.
40
41
| | **True** | **False** | **Undefined** |
42
| --- | --- | --- | --- |
@@ -64,6 +64,8 @@ Reverses the value of any Boolean expression.
64
| **False** |True |
65
| **Undefined** |Undefined |
66
67
+**Operator Precedence**
68
+
69
The logical operators `OR`, `AND`, and `NOT` have the precedence level shown below:
70
71
| **Operator** | **Priority** |
0 commit comments