mongo:commands
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mongo:commands [2018/11/07 13:30] – odefta | mongo:commands [2023/07/04 16:36] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| ====== Select all from a table ====== | ====== Select all from a table ====== | ||
| - | db.STFlowConfig.**find**() | + | db.STFlowConfig.find() |
| ====== Select all and format json output ====== | ====== Select all and format json output ====== | ||
| - | db.STFlowConfig.find().**pretty**() | + | db.STFlowConfig.find().pretty() |
| | | ||
mongo/commands.1541597413.txt.gz · Last modified: (external edit)
