User Tools

Site Tools


mongo:commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mongo:commands [2018/11/07 15:30] odeftamongo:commands [2023/07/04 19: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: 2023/07/04 19:36 (external edit)