×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: D
Posted by: Arman Kostandyan
Added: Mar 16, 2019 7:09 PM
Views: 3756
Tags: db mongo
  1. db.COLLECTION_NAME.update({}, {$unset: {FIELD_NAME:1}} , {multi: true});
  2.