不要怂,就是干,撸起袖子干!

Commit f482790b by Jan Aagaard Meier

Merge pull request #4913 from jayspringate/patch-1

Fix typo in querying.md
2 parents e3eb5236 0e930c4c
Showing with 1 additions and 1 deletions
...@@ -146,7 +146,7 @@ $col: 'user.organization_id' // = "user"."organization_id", with dialect specifi ...@@ -146,7 +146,7 @@ $col: 'user.organization_id' // = "user"."organization_id", with dialect specifi
{ {
rank: { rank: {
$or: { $or: {
$lt: 100, $lt: 1000,
$eq: null $eq: null
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!