We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c882f1 commit 6bdca18Copy full SHA for 6bdca18
docs/40-CRUD/2-SELECT.mdx
@@ -5,7 +5,7 @@ In SQL, the `SELECT` statement allows us to specify which columns to retrieve fr
5
## Syntax
6
7
```js
8
-db.collection.find({ <query> }, { projection })
+db.collection.find({ <query> }, { <projection> });
9
```
10
11
## **Projection basics**
0 commit comments