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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -