# File test/src/sql_test.rb, line 93
  def testRelationWithNotIn
    verify_relation('select 1 from table1 where x not in(1,2,3)',
      'select 1 from table1 where x not in (1, 2, 3)')
  end