Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 112 Bytes

questions.md

File metadata and controls

2 lines (2 loc) · 112 Bytes

Mongo

  • How to query Mongo for non-empty fields: db.videos.findOne({ comments: { $exists: true, $ne: [] } })