PDA

View Full Version : [PHP/MySQL] Order BY



Drompo
20-05-2007, 04:22 PM
I have a mysql query which is set to order by value DESC

$query = mysql_query("SELECT * FROM `rv` ORDER BY `value` DESC")
But the Value coloum only works when the coloum type is an Interager. This is no good to me as i need to insert decimals which Interger won't allow.

+rep in advanced

Want to hide these adverts? Register an account for free!