code reorg for Transactionw!
[csql.git] / test / sql / Join / exp.test011.ksh
blob1433a35678797725fd571abce71b9de8280e2558
1 echo select t11.f1,t12.f7 from t12,t11;
2 Statement prepare failed with error -19
3 echo select t11.f1,t12.f7 from t13,t11;
4 ---------------------------------------------------------
5 t11.f1 t13.f7
6 ---------------------------------------------------------
7 1 2
8 2 2
9 3 2
10 1 1
11 2 1
12 3 1