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 66646aa commit 7a046f7Copy full SHA for 7a046f7
046_mongodb/12_aggregate/README.md
@@ -10,8 +10,9 @@ Aggregations operations process data records and return computed results. Aggreg
10
11
There are two functions you can use:
12
13
-1. [db.collection.count()](https://docs.mongodb.com/manual/reference/method/db.collection.count/#db.collection.count)
14
-1. db.collection.distinct()
+[db.collection.count()](https://docs.mongodb.com/manual/reference/method/db.collection.count/#db.collection.count)
+
15
+[db.collection.distinct()](https://docs.mongodb.com/manual/reference/method/db.collection.distinct/#db.collection.distinct)
16
17
### examples - count()
18
```
0 commit comments