adding test scripts
[csql.git] / test / sql / Join / join10.sql
blob9a3e1ab879ade3b3978cf62944eb97c80b3871ca
1 echo select * from t11,t12,t13 where t12.f1=t13.f8 and t13.f7=t11.f1;
2 select * from t11,t12,t13 where t12.f1=t13.f8 and t13.f7=t11.f1;
4 echo select * from t11,t12,t13 where t12.f1=t13.f8 or t13.f7=t11.f1;
5 select * from t11,t12,t13 where t12.f1=t13.f8 or t13.f7=t11.f1;