I want to remove data by filter like below db.xxx.query().filter(function(){ return xxxxx;//condition }).remove(); how can I use ?
I want to remove data by filter like below
db.xxx.query().filter(function(){
return xxxxx;//condition
}).remove();
how can I use ?