code reorg for Transactionw!
[csql.git] / test / sql / Join / join7.sql
blobcfd53b80f422d2d3174512010371c5dc5a24cd0d
1 echo select * from t11 where t11.f1=2;
2 select * from t11 where t11.f1=2;
4 echo select * from t11 where t11.f1=t11.f1;
5 select * from t11 where t11.f1=t11.f1;