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
Post a Comment