in Big Data | Hadoop by (32.2k points)
What is the syntax of the sort() method in MongoDB ?

1 Answer

0 votes
by (23.9k points)

In MongoDB, the following syntax is used for sorting documents:

>db.COLLECTION_NAME.find().sort({KEY:1})

Related questions

0 votes
asked Mar 22, 2020 in Big Data | Hadoop by SakshiSharma (32.2k points)
0 votes
asked Mar 22, 2020 in Big Data | Hadoop by SakshiSharma (32.2k points)
0 votes
asked Apr 1, 2020 in Big Data | Hadoop by AdilsonLima (6.3k points)
...