Hypothetically speaking, say I have a table called users with the following integer fields: clicks and votes.
How would I make the following SQL query work:
SELECT FROM users ORDER BY clicks votes DESC
Basically I want it to multiply the fields and then sort them by what was multiplied.
If you have any suggestions, let me know!
Thanks, you guys rock!
Joey