Skip to content

Commit

Permalink
Update query22a.tpl
Browse files Browse the repository at this point in the history
query22 has no reference to the warehouse table so commenting it out in query22a
  • Loading branch information
gregrahn authored Mar 11, 2020
1 parent 7fcaf27 commit 5a3a817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions query_variants/query22a.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ with results as
from inventory
,date_dim
,item
,warehouse
-- ,warehouse
where inv_date_sk=d_date_sk
and inv_item_sk=i_item_sk
and inv_warehouse_sk = w_warehouse_sk
-- and inv_warehouse_sk = w_warehouse_sk
and d_month_seq between [DMS] and [DMS] + 11
-- group by i_product_name,i_brand,i_class,i_category
),
Expand Down

0 comments on commit 5a3a817

Please sign in to comment.