If you want the sum only just use the results of the query without the group by like this: Select sum(group_counts) from (select someColumn, count(*) as ...
確定! 回上一頁