# File test/src/sql_test.rb, line 121
  def testUnion
    verify_relation('select * from table1 where a=2 union select * from table2 where a=1',
      'select * from table1 where a = 2 union select * from table2 where a = 1')
  end