Skip to content

Commit c3a1d26

Browse files
authored
Merge pull request #123415 from Connected-Seth/patch-1
Update mqtt-client-groups.md
2 parents ce1adbe + cc42067 commit c3a1d26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/event-grid/mqtt-client-groups.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Here are a few sample queries:
4545

4646
In group queries, following operands are allowed:
4747
- Equality operator "="
48+
- Parentheses "()" to group expressions to control the order of operations
49+
- Logical operators "and" , "or" , "and" has higher precedence than "or"
4850
- Not equal operator in two forms "<>" and "!="
4951
- Less than "<", greater than ">", less than equal to "<=", greater than equal to ">=" for long integer values
5052
- "IN" to compare with a set of values

0 commit comments

Comments
 (0)