Skip to content

Commit a8c06d2

Browse files
authored
Fix typo in TPC-DS query (#1125)
1 parent 4fe7784 commit a8c06d2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ydb/library/benchmarks/queries/tpcds/pg/q34.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ select c_last_name
2020
and (case when household_demographics.hd_vehicle_count > 0
2121
then household_demographics.hd_dep_count/ household_demographics.hd_vehicle_count
2222
else null::int4
23-
end)::::numeric > 1.2
23+
end)::numeric > 1.2
2424
and date_dim.d_year in (1998,1998+1,1998+2)
2525
and store.s_county in ('Williamson County','Williamson County','Williamson County','Williamson County',
2626
'Williamson County','Williamson County','Williamson County','Williamson County')

0 commit comments

Comments
 (0)