I have a mysql query which is set to order by value DESC
Code:
$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