File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ydb/library/benchmarks/queries/tpcds/pg Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
8080limit 100 ;
8181
8282-- end query 1 in stream 0 using template ../query_templates/query11.tpl
You can’t perform that action at this time.
0 commit comments