Page 1 of 1

[HOW TO] Natural sorting in MySQL

Posted: Mon Mar 03, 2008 5:47 pm
by pickle
I found this blog post today - it worked for me and seems really helpful & not everyone would think of. It allows natural sorting in MySQL:

http://blog.feedmarker.com/2006/02/01/h ... -in-mysql/

Re: [HOW TO] Natural sorting in MySQL

Posted: Mon Mar 03, 2008 6:11 pm
by Weirdan
It's not real natsort though. drupal's natsort for mysql is much better suited for sorting mixed alphanumeric data.