I have a column in my database that goes something like this:
-----------------
| nombre |
-----------------
| 225/65/17 etc|
| 225/55C R17 etc|
| xxx225/65 r16 |
| 235/65 17 etc|
| etc 215/65 R17|
-------------
And I need to do select
searching by name in which the search parameter is for example 2256517
, that is, I need to replace the /
with a "nothing" ''
EDIT:
I've realized that not everything is separated by a bar /
, in some there is a space with a R
in others the second "field" ends in a letter, space + another letter ...