Hi ,
can any one please help me on this
I tried to run the below mentioned query in the mongo shell an i am getting the exception
val pipeline = [ < deleted > ]
2019-05-19T12:13:52.422+0530 E QUERY [js] SyntaxError: missing ; before statement @(shell):1:4
And i tried to ran the same command in the cloud atlas i am not facing any issue
{ < deleted > }
Even i tried to provide the match statement in the mongoDB shell as mentioned below i am not facing any issue, but i am not able to assign the match statement in any variable
Query : db.movies.aggregate([{ < deleted >} } }]).itcount()
23