common.h added to support AbsSqlConnection and AbsSqlStatement creations
[csql.git] / test / sql / Join / join1.sql
blob64031f40bb101db5d989b92b83c934c7d93b90d3
1 echo select t1.f1 from t1;
2 select t1.f1 from t1;
4 echo select t1.f30 from t1;
5 select t1.f30 from t1;
7 echo select * from t1,t55 ;
8 select * from t1,t55 ;
10 echo select t100.f1 from t1;
11 select t100.f1 from t1;