Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. db.collection.find( {"0001": ワイルドカード} )
  2.  
  3. {
  4. "0001": {"test1":"AAA"}
  5. },
  6. {
  7. "0002": {"test2": {"BBB": { "bbb":"ooo" } }
  8. },
  9. {
  10. "0001": {"test3": {"CCC":"ccc"} }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement