Skip to content

Commit

Permalink
update customers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jstein77 committed Jul 23, 2024
1 parent 24a7a2d commit a554c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/marts/customer360/customers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ order_summary as (
min(orders.ordered_at) as first_ordered_at,
max(orders.ordered_at) as last_ordered_at,
sum(order_items.product_price) as lifetime_spend_pretax,
sum(orders.order_total) as lifetime_spend
sum(orders.order_total_) as lifetime_spend

from orders_table as orders

Expand Down

0 comments on commit a554c03

Please sign in to comment.