adding test scripts
[csql.git] / test / sql / Join / crosjoin_t1_t2_t3.sql
blob5dff472f6d1f90b6157f3f26bf0098dcc0b8517e
1 echo select * from t1,t2,t3;
2 select * from t1,t2,t3;
3 echo select * from t2,t1,t3;
4 select * from t2,t1,t3;
5 echo select * from t3,t1,t2;
6 select * from t3,t1,t2;