blasterstudios
Technical User
I have a field setup in my database that is a varchar. It stores the information similar to:
Method 1
Method 10
Method 11
Method 100
Method 2
Method 200
I need to be able to strip down those numbers and sort my records on a php page to display numerically. So they should end up:
Method 1
Method 2
Method 10
Method 11
Method 100
Method 200
Is there a way to do this in a query?
Method 1
Method 10
Method 11
Method 100
Method 2
Method 200
I need to be able to strip down those numbers and sort my records on a php page to display numerically. So they should end up:
Method 1
Method 2
Method 10
Method 11
Method 100
Method 200
Is there a way to do this in a query?