Skip to content

Commit 627356f

Browse files
committed
chore: add bitwise operators in where clause
Signed-off-by: h3n4l <[email protected]>
1 parent 3e61062 commit 627356f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosmosdb/examples/where_expression.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ select
33
from
44
employees e
55
where
6-
e.addresses[1] = '1234 Main St'
6+
e.addresses[1] = '1234 Main St' AND 100 >> 2

0 commit comments

Comments
 (0)