I have written the query martian = db.movieDetails.find({title:"The Martian"})
this query successfully executes but when I execute martian command it returns nothing at all, no results no errors.
Also, I am not able to delete the _id
field, the command delete martian._id
executes successfully and returns true but the _id
field is still there.
Any Helps!
Thanks,
Atul