Skip to content

SQL Reference

FINDONE

  • query: A document specifying the selection filter. Omit it or pass {} to match the first document.
  • projection: A document specifying which fields to return.
db.users.findOne({ email: "ada@example.com" })