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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.