File Removed
[csql.git] / test / sql / Join / join3.sql
blobd59d1adba2e6bb86ed9074ca9a1b00de5966f543
1 echo select * from t1,t2,t3,t4,t5;
2 select * from t1,t2,t3,t4,t5;
4 echo select * from t1,t2 where t1.f1>100;
5 select * from t1,t2 where t1.f1>100;