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 34021cb commit d6e0f98Copy full SHA for d6e0f98
ydb/library/benchmarks/queries/tpcds/pg/q64.sql
@@ -117,6 +117,7 @@ order by cs1.product_name
117
,cs1.store_name
118
,cs2_cnt
119
,s11
120
- ,s21;
+ ,s21
121
+ ,s22;
122
123
-- end query 1 in stream 0 using template ../query_templates/query64.tpl
ydb/library/benchmarks/queries/tpcds/yql/q64.sql
@@ -119,6 +119,7 @@ order by cs1.product_name
,cs2.cnt
124
125
-- end query 1 in stream 0 using template query64.tpl
0 commit comments