core reorg
[csql.git] / test / sql / Aggregate / projfield.sql
blob93f039f670afc554072a39ca8ea6ad1245e9abbb
1 echo select * from t1,t2;
2 select * from t1,t2;
3 echo select f2 from t1,t2;
4 select f2 from t1,t2;
5 echo select avg(f2) from t1,t2;
6 select avg(f2) from t1,t2;