Created
May 9, 2016 17:50
-
-
Save anapaulagomes/cccabef3fe44a49b37252401c7df56e7 to your computer and use it in GitHub Desktop.
Busca com o uso da cláusula OU (lista de valores desejados)
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.checkins.find({'base.nome': 'copa2014', 'base.cidade': { $in: ['london', 'tokyo', 'rio', 'newyork']}}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment