Let’s look at a SQL example, where we use the TOP keyword in the SELECT statement. Adding DESC to the end of ORDER BY SUM([AmountExcludingTax]); changes the sort order to descending. Adding ORDER BY SUM([AmountExcludingTax]); orders the records by the sum of the pretax amount in ascending order. Below are the supplier IDs and the […]