should be it
This commit is contained in:
1
external/duckdb/benchmark/h2oai/join/queries/q05.sql
vendored
Normal file
1
external/duckdb/benchmark/h2oai/join/queries/q05.sql
vendored
Normal file
@@ -0,0 +1 @@
|
||||
CREATE TEMP TABLE ans AS SELECT x.*, big.id1 AS big_id1, big.id2 AS big_id2, big.id4 AS big_id4, big.id5 AS big_id5, big.id6 AS big_id6, v2 FROM x JOIN big USING (id3);
|
||||
Reference in New Issue
Block a user