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 f362955 commit c113fcfCopy full SHA for c113fcf
ydb/library/benchmarks/queries/tpcds/yql/q32.sql
@@ -12,6 +12,7 @@ $avg_discount_by_item = (
12
where cast (d_date as date) between cast('2002-03-29' as date) and
13
(cast('2002-03-29' as date) + DateTime::IntervalFromDays(90))
14
and d_date_sk = cs_sold_date_sk
15
+ and i_manufact_id = 66
16
group by item.i_item_sk
17
);
18
0 commit comments