mongodb - mongo中內嵌列表的插入
仅有的幸福
仅有的幸福 2017-04-26 09:01:27
0
1
571
{"name":"test","tag":[{"tname":"a","ttype":"atype"},{"tname":"b","ttype":"btype"}]}

想往mongod裡插入類似上面的資料(資料中有一個內嵌的清單),直接在mongo的shell裡操作,該怎麼寫呢?

仅有的幸福
仅有的幸福

全部回覆(1)
黄舟

好吧 自問自答好了

db.test.insert({
    "name":"test",
    "tag":[
    {"tname":"a","ttype":"atype"},{"tname":"b","ttype":"btype"}
    ]
});
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板