Skip to content

Commit

Permalink
Merge pull request #42 from haydarai/fix-s-web-returns
Browse files Browse the repository at this point in the history
Rename s_web_returns column wret_web_site_id to wret_web_page_id to match specification. This should not impact any queries, but does impact (positively) the refresh views.
  • Loading branch information
gregrahn authored Oct 25, 2018
2 parents 2ae08a8 + 7d32097 commit 3dde2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tpcds_source.sql
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ create table s_catalog_returns
-- ============================================================
create table s_web_returns
(
wret_web_site_id char(16) ,
wret_web_page_id char(16) ,
wret_order_id integer not null,
wret_line_number integer not null,
wret_item_id char(16) not null,
Expand Down

0 comments on commit 3dde2b0

Please sign in to comment.