We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac04ed commit 12f687cCopy full SHA for 12f687c
1 file changed
sql/core/src/test/resources/tpcds-v2.7.0/q72.sql
@@ -17,7 +17,7 @@ left outer join promotion on (cs_promo_sk=p_promo_sk)
17
left outer join catalog_returns on (cr_item_sk = cs_item_sk and cr_order_number = cs_order_number)
18
where d1.d_week_seq = d2.d_week_seq
19
and inv_quantity_on_hand < cs_quantity
20
- and d3.d_date > d1.d_date + 5
+ and d3.d_date > d1.d_date + interval 5 days
21
and hd_buy_potential = '1001-5000'
22
and d1.d_year = 2001
23
and cd_marital_status = 'M'
0 commit comments