aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Ozeritskiy <aozeritsky@ydb.tech>2024-02-23 17:07:06 +0100
committerGitHub <noreply@github.com>2024-02-23 17:07:06 +0100
commit12aa9ef20bed963dec17a1f06f7eb2d061a75fd1 (patch)
tree52f57a60e7d9a43681f8094bc2c9724efaa955f6
parentc713cd6d38ecda14c312e6e02d429dcf396b81d3 (diff)
downloadydb-12aa9ef20bed963dec17a1f06f7eb2d061a75fd1.tar.gz
Fix typo (#2214)
-rw-r--r--ydb/library/benchmarks/queries/tpcds/pg/q41.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/benchmarks/queries/tpcds/pg/q41.sql b/ydb/library/benchmarks/queries/tpcds/pg/q41.sql
index e406801e3d5..590d5b70b64 100644
--- a/ydb/library/benchmarks/queries/tpcds/pg/q41.sql
+++ b/ydb/library/benchmarks/queries/tpcds/pg/q41.sql
@@ -46,7 +46,7 @@ select distinct(i_product_name)
(i_color = 'maroon' or i_color = 'cyan') and
(i_units = 'Each' or i_units = 'N/A') and
(i_size = 'medium' or i_size = 'large')
- ))) > 0
+ )))) > 0
order by i_product_name
limit 100;