MongoDB Compass is the GUI for MongoDB. Compass allows you to analyze and understand the contents of your data without formal knowledge of MongoDB query syntax.
Question:how check for not null against a field in mongodb using mongodb compass?
Description:I have string field "UserId" for which I need to get all those records where "UserId" not equal to null, i.e "UserId" has some value for the record
Posted by: Umer khan | Posted on: Jul 28, 2020