Supabase aggregate SUM on nested table return single result
In Supabase I have two tables, invoices
and invoice_items
, where invoice_items
have a total
column which represents the total for that item on an invoice, i.e. includes tax
Supabase aggregate SUM on nested table return single result
In Supabase I have two tables, invoices
and invoice_items
, where invoice_items
have a total
column which represents the total for that item on an invoice, i.e. includes tax
Supabase aggregate SUM on nested table return single result
In Supabase I have two tables, invoices
and invoice_items
, where invoice_items
have a total
column which represents the total for that item on an invoice, i.e. includes tax