MongoDB
Delete all documents in collection
use <db_name>
db.<collection_name>.remove({})Show all databases
show dbsLast updated
Was this helpful?
use <db_name>
db.<collection_name>.remove({})show dbsLast updated
Was this helpful?