Skip to content
Advertisement

How can eliminate the line that counts everything [COUNT function in SQL]

I was running a code where I needed to see the top 10 results in a table. Unfortunately, I am with one more row that I was expecting.

My results was the following: [Result after the query][1] [1]: https://i.stack.imgur.com/KCu7W.png

Is there any way I can eliminate row 1 from my query?

Thank you in advance for any assistance!

Advertisement

Answer

try this:

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement