# File test/src/sql_test.rb, line 113
  def testRelationWithNotBetween
    verify_relation('select 1 from table1 where x not between (a,b)',
      'select 1 from table1 where x not between a and b')
  end