From ebc2ef5f989b0e502a7da20ae487fc35fe4f8d9f Mon Sep 17 00:00:00 2001 From: Alexey Ozeritskiy Date: Thu, 18 Jan 2024 12:35:50 +0100 Subject: [PATCH] Fix typo --- ydb/library/benchmarks/queries/tpcds/pg/q34.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/library/benchmarks/queries/tpcds/pg/q34.sql b/ydb/library/benchmarks/queries/tpcds/pg/q34.sql index 7fdfab23e9b8..a20c13ffd5ae 100644 --- a/ydb/library/benchmarks/queries/tpcds/pg/q34.sql +++ b/ydb/library/benchmarks/queries/tpcds/pg/q34.sql @@ -20,7 +20,7 @@ select c_last_name and (case when household_demographics.hd_vehicle_count > 0 then household_demographics.hd_dep_count/ household_demographics.hd_vehicle_count else null::int4 - end)::::numeric > 1.2 + end)::numeric > 1.2 and date_dim.d_year in (1998,1998+1,1998+2) and store.s_county in ('Williamson County','Williamson County','Williamson County','Williamson County', 'Williamson County','Williamson County','Williamson County','Williamson County')