# File test/src/sql_test.rb, line 85
  def testRelationWithExists
    verify_relation('select 1 from table1 where exists(select id from table2 where x=name)',
      'select 1 from table1 where exists(select id from table2 where x = name)')
  end