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 ac846cb commit 5cfe454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/customers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ customer_orders as (
customer_payments as (

select
o.customer_id,
orders.customer_id,
sum(amount) as total_amount

from payments p
Expand Down

0 comments on commit 5cfe454

Please sign in to comment.