I have a ranking script that is working just fine - whereas it ranks the top 30 products that sale month over month, but in the last few months my data has changed a bit. So the product name went from:
product_name
to
product_name@
where the @ is some sort of special character. Note that the special character is not always only one character, sometimes there is a space between the special character and the name. Additionally, the product name does not always end in a letter, occasionally it ends in a number. This oddity in the data appears to happen at random and to varied product names. I have over 50,000 products in this table. Is there a way that I can still group by product? Or perhaps trim the special character off?