BiggerBrother
Technical User
I have the standard orders table, with the amount of an order, the order id, the customer id, and the date. What I now need is the ability to group the order totals by quarter. So give customer id, I need to be able to display how much they spent between each quarter.
Is this possible without running the same sql for each quarter?
Many thanks
BB
Is this possible without running the same sql for each quarter?
Many thanks
BB