Try this: SELECT sum(a.total) FROM (SELECT sum(size) as total FROM mytable group by name) a. UPDATE I'm sorry, I don't read that you want it ...
確定! 回上一頁