TSQL Challenge 29 - Reorganize sales data by sales amount

Posted on SQL Server Central See other posts from SQL Server Central
Published on 2010/05/03 Indexed on 2010/05/03 6:08 UTC
Read the original article Hit count: 380

Filed under:
Your job is to reorganize the items in the table by sales amount (quantity * price). Reorganize the items from left to right, bottom to top. The item with the highest sales amount should come on top left of each invoice.

© SQL Server Central or respective owner