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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -