Archives for the ‘PHP’ Category

Grab Last Model Number From Alphanumeric String In MySQL

I ran into this MySQL problem today and couldn’t find a clear-cut answer online so I figured this might be useful to someone else. Suppose you have a table a column that houses alphanumeric substrings, such as is often used for item model identification, eg.: A1 A2 A3 B1 B2 B3 AB1 AB2 AB3 How […]