Skip to content

Commit

Permalink
update order total for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jstein77 committed Jul 23, 2024
1 parent 6f6c18e commit 557bbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/staging/stg_orders.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ renamed as (
customer as customer_id,

---------- numerics
(order_total / 100.0) as order_total,
(order_total / 100.0) as order_total_,
(tax_paid / 100.0) as tax_paid,

---------- timestamps
Expand Down

0 comments on commit 557bbe1

Please sign in to comment.