Skip to content

Commit a2e1626

Browse files
authored
Round in tpcds-q67 (#14580)
1 parent 1429695 commit a2e1626

File tree

1 file changed

+1
-1
lines changed
  • ydb/library/benchmarks/queries/tpcds/yql

1 file changed

+1
-1
lines changed

ydb/library/benchmarks/queries/tpcds/yql/q67.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ from (select i_category
2222
,date_dim.d_qoy d_qoy
2323
,date_dim.d_moy d_moy
2424
,store.s_store_id s_store_id
25-
,sum(coalesce($todecimal(ss_sales_price, 7, 2)*ss_quantity, $todecimal(0,7,2))) sumsales
25+
,$round(sum(coalesce($todecimal(ss_sales_price, 7, 2)*ss_quantity, $todecimal(0,7,2))), -2) sumsales
2626
from {{store_sales}} as store_sales
2727
cross join {{date_dim}} as date_dim
2828
cross join {{store}} as store

0 commit comments

Comments
 (0)