fixed query 2
This commit is contained in:
parent
bbc5a7e385
commit
db10885c0e
@ -28,7 +28,7 @@ db.Employee.aggregate([
|
||||
```mongodb
|
||||
db.Employee.aggregate([
|
||||
{
|
||||
$match: { Designation: "Tester" }
|
||||
$match: { Designation: "Developer" }
|
||||
},
|
||||
{
|
||||
$group: {
|
||||
|
Loading…
Reference in New Issue
Block a user