不要怂,就是干,撸起袖子干!

Commit f1443e8e by Jan Aagaard Meier

[ci skip] Fix type of querying.md. Closes #4179

1 parent 7e5b7c5a
Showing with 2 additions and 1 deletions
......@@ -151,9 +151,10 @@ Project.findAll({
where: { state: Sequelize.col('project.state') }
}]
})
```
```
## Pagination / Limiting
```js
// Fetch 10 instances/rows
Project.findAll({ limit: 10 })
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!