Skip to content

Commit 7f03188

Browse files
authored
Comparison tpcds yql/pg (#4506)
1 parent 86c6ad6 commit 7f03188

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ union all
7777
t_s_secyear.customer_id
7878
,t_s_secyear.customer_first_name
7979
,t_s_secyear.customer_last_name
80-
,t_s_secyear.customer_email_address
80+
,t_s_secyear.customer_birth_country
8181
from year_total t_s_firstyear
8282
,year_total t_s_secyear
8383
,year_total t_c_firstyear

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ with year_total as (
5353
t_s_secyear.customer_id
5454
,t_s_secyear.customer_first_name
5555
,t_s_secyear.customer_last_name
56-
,t_s_secyear.customer_email_address
56+
,t_s_secyear.customer_birth_country
5757
from year_total t_s_firstyear
5858
,year_total t_s_secyear
5959
,year_total t_w_firstyear
@@ -76,7 +76,7 @@ with year_total as (
7676
order by t_s_secyear.customer_id
7777
,t_s_secyear.customer_first_name
7878
,t_s_secyear.customer_last_name
79-
,t_s_secyear.customer_email_address
79+
,t_s_secyear.customer_birth_country
8080
limit 100;
8181

8282
-- end query 1 in stream 0 using template ../query_templates/query11.tpl

0 commit comments

Comments
 (0)