2014年4月15日 星期二

[mongodb]remove record if the field not exists 移除沒有某欄位的資料



想要移除某些沒有包含特定欄位的資料

ex 移除不包含 visted 欄位的資料

db.post.remove({"visted":{"$exists":false}});

java - How can I check whether a field exists or not in MongoDB? - Stack Overflow
http://stackoverflow.com/questions/10057651/how-can-i-check-whether-a-field-exists-or-not-in-mongodb

沒有留言:

張貼留言