MongoDB经常使用脚本

客户端:Robomongo 0.9.0web 一、模糊查询mongodb db.getCollection(‘xxx’).find({“name” : {$regex:’济南’}})svg 二、先删除后插入xml use db_base; db.getCollection(‘sysConfig’).remove({“sysType” : “xxx”}); db.sysConfig.insert([
相关文章
相关标签/搜索