should be it
This commit is contained in:
1
external/duckdb/benchmark/h2oai/join/queries/q01.sql
vendored
Normal file
1
external/duckdb/benchmark/h2oai/join/queries/q01.sql
vendored
Normal file
@@ -0,0 +1 @@
|
||||
CREATE TEMP TABLE ans AS SELECT x.*, small.id4 AS small_id4, v2 FROM x JOIN small USING (id1);
|
||||
Reference in New Issue
Block a user