adding test scripts
[csql.git] / test / sql / Join / join6.sql
bloba69384d239b71fc85fe875c51ff3934d71cfec1d
1 echo select * from t1,t2 where t1.f1=t2.f100;
2 select * from t1,t2 where t1.f1=t2.f100;