mongo:commands
Table of Contents
Show databases
show dbs
Switch to a database
use umcft
List tables
show collections
Select all from a table
db.STFlowConfig.find()
Select all and format json output
db.STFlowConfig.find().pretty()
mongo/commands.txt · Last modified: 2018/11/07 15:31 by odefta