I'm wondering if there is a way to do a numeric sort when the number exists in a string. More clearly, take for example:

Radius 1200
Radius 1500
Radius 1800
Radius 300
Radius 600
Radius 900

Being that character wise 1 is before 3, I'm wondering if there's a way through the database to achieve:

Radius 300
Radius 600
Radius 900
Radius 1200
Radius 1500
Radius 1800

If not I'll try and handle it through PHP instead.

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to