You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/dart_api/expressions.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ Support for common JSON operators is provided through `package:drift/extensions/
146
146
This provides things like `jsonExtract` to extract fields from JSON or `jsonEach` to query
147
147
nested JSON structures. For more details, see the [JSON support](select.md#json-support) section on the page about selects or [this more complex example](../Examples/relationships.md#with-json-functions).
148
148
149
-
## Aggregate functions (like count and sum)
149
+
## Aggregate functions (like count and sum)
150
150
151
151
[Aggregate functions](https://www.sqlite.org/lang_aggfunc.html) are available
152
152
from the Dart api. Unlike regular functions, aggregate functions operate on multiple rows at
0 commit comments