I\'m trying to get the salespersonId and the total number of orders from a table with this SQL Script:
SELECT S.SALESPERSONID,COUNT(*) AS TOTALORDER FROM SALESPE