expected file was wrong.
[csql.git] / test / sql / Join / exp.test005.ksh
blob94a948b5d268a09b266e57745788988efce67991
1 select t1.f1, t2.f1, t3.f1 from t1,t2,t3 where t1.f2= t2.f2 and t1.f3 = t3.f2:
2 NOTE : Records should have to be retrieved for the above query.
5 select t1.f1, t2.f1, t3.f1 from t1,t2,t3 where t1.f2= t2.f2 or t1.f3 = t3.f2:
6 NOTE : Records should have to be retrieved for the above query.