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