gpt4 book ai didi

sql - Ruby on Rails - SQL 查询计数

转载 作者:太空宇宙 更新时间:2023-11-03 18:25:00 25 4
gpt4 key购买 nike

我需要统计我的图片状态为的所有微博。

<% for column in @images %>
<%= column.id %>
<%= column.microposts.count() %>
<% end %>

我试过这条线,但它不起作用:

<%= column.microposts.count(" WHERE status='new' ") %>

有什么方法可以添加条件吗?

最佳答案

column.microposts.where(:status => 'new').count

关于sql - Ruby on Rails - SQL 查询计数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12653434/

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