We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ab4d9 commit 1ea1934Copy full SHA for 1ea1934
tpch.sql
@@ -50,7 +50,7 @@ create table lineitem_projection as (select l_shipdate,l_quantity,l_extendedpric
50
51
select populate(destination := 'vops_lineitem_projection'::regclass, source := 'lineitem_projection'::regclass, sort := 'l_returnflag,l_linestatus');
52
53
-\timing
+\timing on
54
55
-- Q6
56
select
0 commit comments