Skip to content

Instantly share code, notes, and snippets.

@gerad
Created October 3, 2012 01:54
Show Gist options
  • Save gerad/3824482 to your computer and use it in GitHub Desktop.
Save gerad/3824482 to your computer and use it in GitHub Desktop.
example mongodb query for documents containing arrays with null values
db.collection.find({ arrayWithNulls: { $elemMatch: { $type: 10 }}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment