Skip to content

Commit

Permalink
documented aggregated results
Browse files Browse the repository at this point in the history
  • Loading branch information
lroal committed May 4, 2024
1 parent 25efb90 commit 2318e5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,9 @@ async function getRows() {
console.dir(orders, {depth: Infinity});
}
```
__With aggregated results__ <a name="aggregate-results"> </a>
RDB allows you to count records and aggregate number columns.
<a name="aggregate-results"> </a>
__With aggregated results__
You can count records and aggregate number columns.
The following operators are supported:
- count
- sum
Expand Down

0 comments on commit 2318e5f

Please sign in to comment.