Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ydb/library/benchmarks/queries/tpcds/pg/q04.sql
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ union all
t_s_secyear.customer_id
,t_s_secyear.customer_first_name
,t_s_secyear.customer_last_name
,t_s_secyear.customer_email_address
,t_s_secyear.customer_birth_country
from year_total t_s_firstyear
,year_total t_s_secyear
,year_total t_c_firstyear
Expand Down
4 changes: 2 additions & 2 deletions ydb/library/benchmarks/queries/tpcds/pg/q11.sql
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ with year_total as (
t_s_secyear.customer_id
,t_s_secyear.customer_first_name
,t_s_secyear.customer_last_name
,t_s_secyear.customer_email_address
,t_s_secyear.customer_birth_country
from year_total t_s_firstyear
,year_total t_s_secyear
,year_total t_w_firstyear
Expand All @@ -76,7 +76,7 @@ with year_total as (
order by t_s_secyear.customer_id
,t_s_secyear.customer_first_name
,t_s_secyear.customer_last_name
,t_s_secyear.customer_email_address
,t_s_secyear.customer_birth_country
limit 100;

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