Created
February 2, 2017 08:43
-
-
Save xexi/3d78f716adeb2d7dfc8d8ee1f693e1ad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db.collection('myCollection').find( { 'findData': { $exists: true } }).toArray( (err, results) => {}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment