I need to find out distinct values(for example : CreationDate or SourceSystem) in MongoDB using MongoVUE. FYI, I can only use the trial version of the same.
I need to find out distinct values(for example : CreationDate or SourceSystem) in MongoDB
Share
I don’t think you can do that using MongoVUE. You can do it through MongoDB shell running a command like this:
I usually find SQL to Mongo Mapping Chart page useful in these case ( http://www.mongodb.org/display/DOCS/SQL+to+Mongo+Mapping+Chart )