expected file was wrong.
[csql.git] / test / sql / Join / join21.sql
blob55e4049b76568f85ad823cc4e5ca75a84d24eb62
1 select t11.f1,t11.f2,t12.f1,t12.f2 from t11,t12 where t11.f5=t12.f1;