You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SUM(SUM(l.UNITPRICE)) OVER (PARTITION BY p.FULLNAME ORDER BY EXTRACT(YEAR FROM o.INVOICEDATE), EXTRACT(MONTH FROM o.INVOICEDATE)) AS CumulativeInvoiceTotal