We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9250ad7 commit d603f1aCopy full SHA for d603f1a
models/customers.sql
@@ -34,7 +34,7 @@ customer_payments as (
34
35
select
36
orders.customer_id,
37
- sum(amount) as total_amount
+ sum(amount)::bigint as total_amount
38
39
from payments
40
0 commit comments