Skip to content

Commit 11f36dd

Browse files
committed
Added note
1 parent 6509792 commit 11f36dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/30-simple-queries/1-empty-aggregation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import TabItem from '@theme/TabItem';
55

66
## An empty aggregation
77

8-
This code returns a [cursor](https://www.mongodb.com/docs/manual/reference/method/js-cursor/) with all documents in the `authors` collection:
8+
This code is the equivalent to a `SELECT * FROM AUTHORS`. Returns a [cursor](https://www.mongodb.com/docs/manual/reference/method/js-cursor/) with all documents in the `authors` collection:
99

1010
<Tabs groupId="aggregations">
1111
<TabItem value="mongosh" label="mongosh">

0 commit comments

Comments
 (0)