core reorg
[csql.git] / test / sql / Aggregate / agg1.sql
blob9fe948fdd46ef2b5f36ed6bde93398811355a6e4
1 select count(*),min(f1),sum(f1) from t1;