Mysql – How can I find records using regex
I have some products in my table and each product has a unique number. Few examples are given below: H-E223I22A1234 RW-E123I22B2345 E223I22A4545 Above codes are following below format: (H|RW)- = Optional E1|E2... = This will be any series of only…