modified to accept hostname and connect to the network
[csql.git] / test / sql / Aggregate / groupby2.sql
blob4e5707cae45b23537d7abe5892cc5378d3a9a664
1 select max(t1.f1), sum(t2.f1) from t1, t2 where t1.f1 = t2.f1 and t1.f1 <100 group by t1.f1, t2.f1;