I got items rated by both ratings, and use an ORDER BY key to order them by positive, but with an example table:
//(item)-(pos)-(neg):
item 1 - 50 - 200
item 2 - 24 - 0
item 3 - 15 - 12
But item 1 is really less rating than the others, how would I fix this?