Jump to content

[SOLVED] ORDER BY decimal number


e1seix

Recommended Posts

Hi there,

 

Was just wondering what way to get around this problem. Am using the code

$qry = mysql_query("SELECT * FROM fragrances WHERE fragrances.avail='true' UNION SELECT * FROM skincare WHERE skincare.avail='true' ORDER BY perc DESC LIMIT $startrow1, $limit1")or
die(mysql_error());

 

to list some items on my website. the perc represents a saving in cost, so naturally i want to show the highest saving, or bargain, products up front.

 

however as php does is that it sees, it will list 9.50% before 94.0%. it doesn't take into account the decimal point. is there a way around this?

 

cheers  ;D

Link to comment
https://forums.phpfreaks.com/topic/88652-solved-order-by-decimal-number/
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.