# File test/src/sql_test.rb, line 73 def testRelationWithGroupByWithHaving verify_relation('select distinct * from table where x=1 group by x, y having x!=y order by x asc, y desc', 'select distinct * from table where x = 1 group by x, y having x <> y order by x, y desc') end