code reorg for Transactionw!
[csql.git] / test / sql / Join / exp.test001.ksh
blob55343d2ea74f2083fa3cbde27b1db7e3d55dcb6c
1 echo select t1.f1 from t1;
2 ---------------------------------------------------------
3 t1.f1
4 ---------------------------------------------------------
5 1
6 2
7 3
8 4
10 echo select t1.f30 from t1;
11 Statement prepare failed with error -19
12 echo select * from t1,t55 ;
13 Statement prepare failed with error -5
14 echo select t100.f1 from t1;
15 Statement prepare failed with error -19