[thelist] What's wrong with my query?

Jason Handby jason.handby at corestar.co.uk
Thu May 17 15:08:47 CDT 2007


> I'd like to return this result:
> 
>  
> 
> tom and jerry                    110
> 
> abbot and costello          95


  SELECT Business_Name, SUM(Points_Awarded) AS TotalPoints FROM MyTable
    GROUP BY Business_Name



Jason



More information about the thelist mailing list