1
如何在以Mongoid進行查詢,「這裏是不是空」?例如如何在Mongoid中查詢「where not not null」?
where('comment_id IS NOT NULL')
如何與mongoid做到嗎?
如何在以Mongoid進行查詢,「這裏是不是空」?例如如何在Mongoid中查詢「where not not null」?
where('comment_id IS NOT NULL')
如何與mongoid做到嗎?
試試這個
Model.where(:comment_id.exists => true)
是的,它幹活等待,只要它需要時間來做到這一點。這樣的規則初學者從計算器) – vveare138 2015-02-24 10:34:30
沒有問題..繼續,老兄! :-) :-) – 2015-02-24 10:36:22