Hi, Im trying to create a summary page for a vote on pages in ASP.Net and having trouble writing the SQL to do this.
Each page has a "was this helpfull YES or NO" which when an option is chosen the result saved into a database table along with a numerical ID for the page and the section of the site that the page is in.
On the summary page it needs to add up all the yes votes and no votes and tally them up next to there page in each section.
Thank you