Join Slack
Powered by
Is there a way to get a sum of all rows in a colum...
# orm-help
a
Alex Reyne
08/18/2020, 3:29 PM
Is there a way to get a sum of all rows in a column with Prisma?
j
Jonathan Romano
08/18/2020, 3:31 PM
You're looking for the sum aggregation, most likely:
https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-client/aggregations
👍 1
a
Alex Reyne
08/18/2020, 3:55 PM
Thank you
2
Views
Open in Slack
Previous
Next