摘要: 查询所有表或集合 sql show tables mongodb db.getCollectionNames() 删除集合或表 sql drop table 表名 mongodb db.getCollection('集合名').drop() 查询所有数据 sql select * from 表名 m 阅读全文
posted @ 2019-12-02 19:25 慕尘 阅读(974) 评论(0) 推荐(0)