How would one go about solving this problem in Sequel, referring to this 
question 
https://stackoverflow.com/questions/68197629/using-equality-comparison-in-ruby-sequel-librarys-having-block?

that is, using this

query.having do sum(Sequel.case({{column => nil} => 1}, 0)) > 
count.function.* end

with the = operator as in, which gives a syntax error

query.having do sum(Sequel.case({{column => nil} => 1}, 0)) = 
count.function.* end

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/123652ae-a207-4d05-83db-46d050142669n%40googlegroups.com.

Reply via email to