Skip to content

Commit

Permalink
Update models/customers.sql
Browse files Browse the repository at this point in the history
Co-authored-by: Anders <[email protected]>
  • Loading branch information
chaerinlee1 and dataders authored Sep 9, 2021
1 parent 6c3fb34 commit 9fba558
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/customers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ final as (
left join customer_orders
on customers.customer_id = customer_orders.customer_id

left join customer_payments cp on cp.customer_id=c.customer_id
left join customer_payments
on customers.customer_id = customer_payments.customer_id

)

Expand Down

0 comments on commit 9fba558

Please sign in to comment.