you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 2 years ago

Something like this?

SELECT *
FROM content
ORDER BY (views + bribe) DESC;
  • source
  • parent