modified to accept hostname and connect to the network
[csql.git] / test / sql / Aggregate / agg1.sql
blob28688bd6f9b18f7b9d38845d38f8c6fb155e6b89
1 select count(*),min(f1),sum(t1.f1) from t1;