I have a table of orders on an e-commerce site and i'd like to pull out the total value of orders broken down month by month
The database looks like:
order_id | customer_id | order_date | total | paid
How would i do that in SQL?
Users browsing this forum: No registered users and 0 guests