search
HomeDatabaseMongoDBHow to sort documents and display only a single field in MongoDB 4?

如何在 MongoDB 4 中对文档进行排序并仅显示单个字段?

To sort documents in MongoDB 4, use sort(). To display only a single sorted field, set this to 1.

Let us create a collection containing documents -

> db.demo611.insertOne({"Name":"Chris"});{
   "acknowledged" : true, "insertedId" : ObjectId("5e987110f6b89257f5584d83")
}
> db.demo611.insertOne({"Name":"Adam"});{
   "acknowledged" : true, "insertedId" : ObjectId("5e987115f6b89257f5584d84")
}
> db.demo611.insertOne({"Name":"John"});{
   "acknowledged" : true, "insertedId" : ObjectId("5e987118f6b89257f5584d85")
}
> db.demo611.insertOne({"Name":"Bob"});{
   "acknowledged" : true, "insertedId" : ObjectId("5e98711bf6b89257f5584d86")
}

Display all the documents in the collection with the help of find() method-

> db.demo611.find();
This will produce the following output:
{ "_id" : ObjectId("5e987110f6b89257f5584d83"), "Name" : "Chris" }
{ "_id" : ObjectId("5e987115f6b89257f5584d84"), "Name" : "Adam" }
{ "_id" : ObjectId("5e987118f6b89257f5584d85"), "Name" : "John" }
{ "_id" : ObjectId("5e98711bf6b89257f5584d86"), "Name" : "Bob" }

The following is how to sort the documents using MongoDB 4 The query -

> db.demo611.find().sort({Name:1});

will produce the following output&mius;

{ "_id" : ObjectId("5e987115f6b89257f5584d84"), "Name" : "Adam" }
{ "_id" : ObjectId("5e98711bf6b89257f5584d86"), "Name" : "Bob" }
{ "_id" : ObjectId("5e987110f6b89257f5584d83"), "Name" : "Chris" }
{ "_id" : ObjectId("5e987118f6b89257f5584d85"), "Name" : "John" }

The above is the detailed content of How to sort documents and display only a single field in MongoDB 4?. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:tutorialspoint. If there is any infringement, please contact admin@php.cn delete
What is the difference between mongodb and mysql? What is the difference between mongodb and mysql?What is the difference between mongodb and mysql? What is the difference between mongodb and mysql?Mar 04, 2025 pm 06:13 PM

This article compares MongoDB and MySQL, contrasting their document-oriented and relational architectures. It analyzes performance in read/write operations and complex queries, highlighting MongoDB's scalability and suitability for unstructured data

How to add, delete, modify and check mongodb databaseHow to add, delete, modify and check mongodb databaseMar 04, 2025 pm 06:14 PM

This article details MongoDB's Create, Read, Update, and Delete (CRUD) operations. It covers inserting, updating, deleting, and querying data using both the MongoDB shell and drivers, emphasizing efficient querying of large datasets and best practic

How to modify data mongodb How to delete records mongodbHow to modify data mongodb How to delete records mongodbMar 04, 2025 pm 06:15 PM

This article details MongoDB document field updates using updateOne, updateMany, and findAndModify. It also covers MongoDB's delete operations (deleteOne, deleteMany, findOneAndDelete) and emphasizes robust error handling via try-catch blocks, logg

How to add, delete, modify and search statements in mongodbHow to add, delete, modify and search statements in mongodbMar 04, 2025 pm 06:16 PM

This article provides a comprehensive guide to MongoDB's CRUD operations (Create, Read, Update, Delete). It details best practices for efficient data handling, including indexing, batch operations, and query optimization, while also addressing chal

How to delete database mongodb mongodb delete database methodHow to delete database mongodb mongodb delete database methodMar 04, 2025 pm 06:15 PM

This article details MongoDB database deletion methods. It focuses on the dropDatabase() and db.dropDatabase() commands, highlighting their irreversible nature and emphasizing the independent nature of databases within MongoDB, preventing accidental

mongodb installation tutorialmongodb installation tutorialMar 04, 2025 pm 06:13 PM

This tutorial guides MongoDB installation on Linux, covering prerequisites (OS compatibility, disk space, system requirements, user privileges), configuration (storage engine, memory allocation, journaling, indexes, network settings), and troubleshoo

Which scenarios are suitable for mongodbWhich scenarios are suitable for mongodbMar 04, 2025 pm 06:11 PM

This article examines when MongoDB is the optimal database choice. It highlights MongoDB's strengths in handling unstructured data, scaling efficiently, and enabling rapid development due to its flexible schema. However, it acknowledges that relati

How do I use MongoDB Compass for GUI-based management and querying?How do I use MongoDB Compass for GUI-based management and querying?Mar 17, 2025 pm 06:30 PM

MongoDB Compass is a GUI tool for managing and querying MongoDB databases. It offers features for data exploration, complex query execution, and data visualization.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment