How to use alphanumeric fields with BETWEEN clause in Mysql?

前端 未结 3 869
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-26 10:44

I have a table that contain a field names as mgrs, the value that stored in mgrs fields is like \'42SWC227821555\' may contain more charachters, and may contain lower case lette

3条回答
  •  天涯浪人
    2021-01-26 11:07

    I will list some steps, instead of complete answer.

    1. Remove all alphabets from you value, means you can have 1 more customized column using function listed on this link
    2. Apply your filter on this column.

提交回复
热议问题