1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-20 08:02:35 +02:00

chore: add resource under mongodb:datatypes:date

This commit is contained in:
Kamran Ahmed
2023-06-06 09:11:12 +01:00
parent 1d97467c05
commit 88401bd7b1

View File

@@ -64,3 +64,5 @@ db.events.aggregate([
```
This query groups events by the day and year, providing a count of events for each day.
- [MongoDB Documentation Date](https://www.mongodb.com/docs/manual/reference/method/date/)