mongodb 修改欄位

來源:互聯網
上載者:User

標籤:stat   tin   rename   unset   getc   set   get   synonyms   null   

//修改欄位名稱,把synonymsList表的name_status修改為status

db.getCollection(‘synonymsList‘).update({}, {$rename : {"name_status" : "status"}}, false, true)

 

//把 from這個數組有hengduan這個值,並且zhLatin是空的資料的zhLatin欄位刪除

db.getCollection(‘species‘).update({"from":"hengduan","zhLatin":null},{$unset:{‘zhLatin‘:‘‘}},false, true)

 

 

 

db.collection.update(criteria,objNew,upsert,multi)

參數說明:

criteria:查詢條件

objNew:update對象和一些更新操作符

upsert:如果不存在update的記錄,是否插入objNew這個新的文檔,true為插入,預設為false,不插入。

multi:預設是false,只更新找到的第一條記錄。如果為true,把按條件查詢出來的記錄全部更新。

mongodb 修改欄位

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.