I'm new to Mongodb. I'm writing a query in the Mongosh shell and it returns an error. I'm just trying to get the run time of a query. Not sure what in the syntax is incorrect. Please see image.
db.medical.find({medical_conditions: {$ne: "None"}}).count().explain("executionStats")
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743749344a4500607.html
评论列表(0条)