gpt4 book ai didi

sql - IS NOT NULL 的 Rails 作用域不为空/空白?

转载 作者:行者123 更新时间:2023-11-29 11:06:17 25 4
gpt4 key购买 nike

我有以下范围:

scope :comments, :conditions => ['text_value IS NOT NULL']

但我也希望条件说“OR text_value IS NOT EMPTY”(或类似的东西)。

我不想选择 text_value 为空/空白的任何行。

最佳答案

在 Rails 4 中你可以做到

where.not(text_value: '')

关于sql - IS NOT NULL 的 Rails 作用域不为空/空白?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8620547/

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