fixed query 2

This commit is contained in:
Tanmay 2024-10-23 10:41:46 +05:30
parent bbc5a7e385
commit db10885c0e

View File

@ -28,7 +28,7 @@ db.Employee.aggregate([
```mongodb
db.Employee.aggregate([
{
$match: { Designation: "Tester" }
$match: { Designation: "Developer" }
},
{
$group: {