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