[thelist] What's wrong with my query?

Casey Crookston caseyc at IntelliSoftmn.com
Thu May 17 15:06:35 CDT 2007


Never mind.  I was trying to make it more complicated then it needed to
be.

SELECT  business_name, SUM(points_awarded)
FROM vw_points_awarded
WHERE     supplier_id = 1001
GROUP BY business_name
ORDER BY business_name
 



More information about the thelist mailing list