Skip to content

Commit

Permalink
fix sql: missing join condition
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Jan 16, 2025
1 parent 9c3b634 commit c5852b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ WITH
AND (ss_customer_sk = c_customer_sk)
AND (ss_item_sk = i_item_sk)
AND (ss_store_sk = s_store_sk)
and c_current_addr_sk = ca_address_sk
AND (c_birth_country = upper(ca_country))
AND (s_zip = ca_zip)
AND (s_market_id = 8)
Expand Down

0 comments on commit c5852b1

Please sign in to comment.