I have columns in a table product named id and name. Each row is a product with a single product code.
I would like to retrieve the names and IDs of similar-sounding products with different codes. Anyone know what the basic structure of such a query should look like in mySQL?