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 - Function overwritting -

php - Find a regex to take part of Email -