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