mysql - How to sum the count value? -


table-1  name.  count xyz.        2 yejs.       4 we.         6 

i want sum of count

using aggregate function can sum

for e.g

select sum(count) [table-1] 

Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - IIFE: var vs this - is there any difference? -

ios - Google API (YouTube search): Bad network response -