1
Good afternoon.
In the customer’s ERP, in the footwear register the grid information is brought in string format, for example "27 to 40". This information goes to the site mysql via an automatic server load.
Well, there on the site they would like to implement the search by numbering, filtering for example by the number "32", so how could I perform this research being that the grid brings me only "27 to 40"?
You have in the bank 27 to 40?
– Felipe Avelar
Post as is the structure of your table pf
– Iago Moreira STV
The structure is very simple: id | reference | category | grid
– Eron Venter