# File test/src/sql_test.rb, line 117
  def testRelationWithGroupCompare
    verify_relation('select 1 from table1 where not (a,b,c)>(1,2,3)',
      'select 1 from table1 where (not (a, b, c) > (1, 2, 3))')
  end