Jump to content

Help with sorting


StanLytle

Recommended Posts

I need some help with sorting.  If the field attribute is INT, and the data is 1, 2, 3, 10, 20, 30, they sort as:

 

1

2

3

10

20

30

 

But if the field attribute is VARCHAR, and the data is ABC 1, ABC 2, ABC 3, ABC 10, ABC 20, ABC 30, they sort as:

 

ABC 1

ABC 10

ABC 2

ABC 20

ABC 3

ABC 30

 

How can I get alpha/numeric data, seperated by a space, to sort like INT?

 

Thanks,

Stan

 

Link to comment
https://forums.phpfreaks.com/topic/67927-help-with-sorting/
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.