expected file was wrong.
[csql.git] / test / sql / Join / join10.sql
blobc8c73a12ce1c0bcc19d8c63b43ea7e2d62db5b9d
1 select t1.f1, t2.f1, t3.f1 from t1,t2,t3 where t1.f2= t2.f2 or t1.f3 = t3.f2;