Jump to content

ORDER By (dividing two columns)


chelnov63

Recommended Posts

Im making a gallery which allows users to rate the images. I have two columns noOfRatings (which hold the no of tiems an image has been rated) and totalRatingScore (which holds the total of all the ratings for that particular image)

 

I want to make a sort option e.g 'sort by highest rated'

 

Is there a quick way to return the recordset ORDERED by highest rated.. i wa thinking somethign along the lines of

 

SELECT * FROM TABLE ORDER BY noOfRatings/totalRatingScore

 

Can i do it this way or is some special techinque needed? cheers

Link to comment
https://forums.phpfreaks.com/topic/53548-order-by-dividing-two-columns/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.