Jump to content

[SOLVED] Difficult MySQL query help


ethangk

Recommended Posts

Hey,

Im stuck on a query, im not sure if its possible in mysql. "SELECT * FROM `table` ORDER BY col1-col2". Is it possible to do that with mysql. I tryed working around it with php, like throwing the results into a array then sorting that but ran into a few problems.

 

Thanks

 

ethangk

Link to comment
https://forums.phpfreaks.com/topic/61168-solved-difficult-mysql-query-help/
Share on other sites

Thanks for the quick reply.

 

Im trying to make a basic rating system. In essence its sortof a digg type thing, digg and bury. Its a rating system for a practise project i am playing around with, you like something, you click that you like it, if you dont, you click that you dont. The query is suppost to be ordering by howmanylikes-howmanydislikes.

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.