Jump to content

[SOLVED] Ordering problem


waynew

Recommended Posts

I have a table for cranes etc that the user can enter in and then have them display in of their lifting capacity (largest first).

 

Please note that the column capacity is of type text.

 

SELECT * FROM crane WHERE type_id = '$type_id' ORDER BY capacity LIMIT $rows, $offset

 

Problem can be seen here:

See here

Link to comment
https://forums.phpfreaks.com/topic/144498-solved-ordering-problem/
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.