[thelist] MYSQL - join a table, to itself?

r937 rudy at r937.com
Fri Sep 21 08:09:20 CDT 2007


nice one, jason

tris, i would opt for the simple approach

   SELECT calctype
        , SUM(points)
     FROM statement
   GROUP
       BY calctype

;o)




More information about the thelist mailing list