Closed SwapnilSoni1999 closed 3 years ago
matching just by one obj props, maybe?
db.get('tracking').remove({ age_group: 45 }).write()
matching just by one obj props, maybe?
db.get('tracking').remove({ age_group: 45 }).write()
Thanks but I've solved issue by giving each entry a nanoid
I have following data
I want to delete by matching pincode 380061 and age_group 45 and keep the one with age_group 18
I've tried
but it is not working