gpt4 book ai didi

ruby-on-rails - 如果 NOT nil 获取 ActiveRecords

转载 作者:数据小太阳 更新时间:2023-10-29 07:45:49 25 4
gpt4 key购买 nike

我希望能够将 user_id 不为空的表中的所有记录收集起来。这就是我所拥有的,但它似乎没有用(即使我已经让它在一个单独的项目中工作):

named_scope :all_registered, :conditions => ["user_id != ?", nil]

最佳答案

SQL 有一个特定的运算符来检查 NULL:IS NULLIS NOT NULL

named_scope :all_registered, :conditions => ["user_id IS NOT NULL"]

关于ruby-on-rails - 如果 NOT nil 获取 ActiveRecords,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2959246/

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