mirror of
https://github.com/factbook/factbook.json.git
synced 2026-06-10 18:55:12 +02:00
Update MONGO.md
This commit is contained in:
parent
c40c3e00ea
commit
1c4de10e5c
1 changed files with 32 additions and 0 deletions
32
MONGO.md
32
MONGO.md
|
|
@ -59,6 +59,38 @@ NATO
|
|||
db.factbook.find( { "Government.International organization participation.text": /NATO/ } )
|
||||
```
|
||||
|
||||
Schengen Convention
|
||||
|
||||
```js
|
||||
db.factbook.find( { "Government.International organization participation.text": /Schengen Convention/ } )
|
||||
```
|
||||
|
||||
### Find all chief of states with name of _X_?
|
||||
|
||||
Elisabeth
|
||||
|
||||
|
||||
### Find all countries with natural resources of _X_?
|
||||
|
||||
Gold
|
||||
|
||||
|
||||
Diamonds
|
||||
|
||||
|
||||
### Sort countries by proven known crude oil reserves?
|
||||
|
||||
World
|
||||
|
||||
Europe (only)
|
||||
|
||||
Middle East (only)
|
||||
|
||||
|
||||
### Sort countries by beer consumption (drinking) per capita (person) in liters?
|
||||
|
||||
|
||||
|
||||
And so on.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue