adding test scripts
[csql.git] / test / sql / Join / join11.sql
blobaaddc97e2fcd359e911ae2c4b395af8dcaab54ce
1 echo select t11.f1,t12.f7 from t12,t11;
2 select t11.f1,t12.f7 from t12,t11;
4 echo select t11.f1,t12.f7 from t13,t11;
5 select t11.f1,t13.f7 from t13,t11;