should be it
This commit is contained in:
2
external/duckdb/benchmark/h2oai/group/queries/q02.sql
vendored
Normal file
2
external/duckdb/benchmark/h2oai/group/queries/q02.sql
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
CREATE TEMP TABLE ans AS SELECT id1, id2, sum(v1) AS v1 FROM x_group GROUP BY id1, id2;
|
||||
|
||||
Reference in New Issue
Block a user