gpt4 book ai didi

prisma - 如何使用 prisma 中的 where 子句对关系进行计数?

转载 作者:行者123 更新时间:2023-12-05 02:28:56 25 4
gpt4 key购买 nike

我有以下查询,它给出了所有帖子和所有评论的计数。现在,我想计算已批准字段设置为 true 的帖子的所有评论数。我似乎无法弄清楚这一点。

prisma.post.findMany({
include: {
_count: { select: { Comment: true } },
},
});

感谢您的帮助。

最佳答案

您需要使用 Raw Query实现此目的是因为尚不支持关系的 _count 过滤器。

这是相同的功能请求:Ability to filter count in "Count Relation Feature"

[编辑:2022 年 11 月 14 日]

自版本 4.3.0 以来,Prisma 添加了对 filteredRelationCount 的支持

关于prisma - 如何使用 prisma 中的 where 子句对关系进行计数?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/72440256/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com