CREATE TABLE aggtest ( a int2, b float4 ); INSERT INTO aggtest VALUES (56, 7.8), (100, 99.097), (0, 0.09561), (42, 324.78);