sql - Greater/lesser than operators in Sequel -


is there way compare sequel.qualifys other operators =>?

i want this, doesn't work. proper way?

db[:table1].graph(:table2, sequel.qualify(:table2, :column1) > sequel.qualify(:table1, :column1)) 

thanks!


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -