I want to sort my Salesperson Table by "TotalGross" Descending in a stored Query in a "FillBySortedTotalGross" SQL Statement.
If I use ORDER BY SPCurYrYtdTotGross Descending I get an error trying to save the Query. The Query works fine if I don't include either Ascending or Descending as shown below.
What do I need to do to include "Descending" in my ORDER BY clause?
If I use ORDER BY SPCurYrYtdTotGross Descending I get an error trying to save the Query. The Query works fine if I don't include either Ascending or Descending as shown below.
What do I need to do to include "Descending" in my ORDER BY clause?
undefined Code:
SalespersonTable ORDER BY SPCurYrYtdTotGross