Skip to content

Commit 6bdca18

Browse files
Fixed query typo
1 parent 9c882f1 commit 6bdca18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/40-CRUD/2-SELECT.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In SQL, the `SELECT` statement allows us to specify which columns to retrieve fr
55
## Syntax
66

77
```js
8-
db.collection.find({ <query> }, { projection })
8+
db.collection.find({ <query> }, { <projection> });
99
```
1010

1111
## **Projection basics**

0 commit comments

Comments
 (0)