# File test/src/sql_test.rb, line 101
  def testRelationWithNotInRelation
    verify_relation('select 1 from table1 where x not in table',
      'select 1 from table1 where x not in (table)')
  end