Skip to content
Snippets Groups Projects
Commit e13e39d2 authored by christop.frachebo's avatar christop.frachebo
Browse files

Correction de compéhension

parent 106f36b6
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ db.orders.find({"shipping.bags" : {"$gt" : 4}}).count()
### requête 4
```js
db.orders.distinct("customer.pseudo", {"shipping.bags": {"$gt": 4}})
db.orders.distinct("customer.pseudo", {"shipping.bags": {"$gte": 4}})
```
### requête 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment