Guest User

Untitled

a guest
May 27th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. "ex_profile_quality_failed" : {
  2. "value" : 1
  3. },
  4. "ex_profile_quality_changed" : {
  5. "value" : 1326783600
  6. },
  7.  
  8. db.fields_current.ex_profile.find({
  9. 'ex_profile_quality_failed.value' : 1,
  10. 'ex_profile_quality_changed' : {$lt:1326783800},
  11. }).limit(10).toArray()
  12.  
  13.  
  14. [ ]
Add Comment
Please, Sign In to add comment