I have a list of ordered items. I would like a way to display the most-recent price for each item.
unit price based on min(order_date) or something like that.
Can I do this?
I also want to know if there is an easy way of having it display percent of total other than the brute force method. I think the answer is no.
I can put it into excel and do it there, but if I can do it in sql, all the better.
unit price based on min(order_date) or something like that.
Can I do this?
I also want to know if there is an easy way of having it display percent of total other than the brute force method. I think the answer is no.
I can put it into excel and do it there, but if I can do it in sql, all the better.