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 293e400 commit c2fa4d5Copy full SHA for c2fa4d5
ydb/library/benchmarks/queries/tpcds/yql/q70.sql
@@ -22,7 +22,7 @@ select
22
and s_state in
23
( select s_state
24
from (select store.s_state as s_state,
25
- rank() over ( partition by s_state order by sum(ss_net_profit) desc) as ranking
+ rank() over ( partition by store.s_state order by sum(ss_net_profit) desc) as ranking
26
from {{store_sales}} as store_sales
27
cross join {{store}} as store
28
cross join {{date_dim}} as date_dim
0 commit comments