I have a database with a table ‘Posts Table’.
In this table there are posts id, count user comment and count visitors comment.
I want to extra the top posts which have most comments
But the problem is there is two columns for comment (users comment, visitors comment).
I want the result like this , (usercomment + visitors comment) ,
How can I use SQL to do this?

That ought to do the trick