Question

I have Magento 2.2.2. Some SKU products contain a trailing space. How to using data patch or MySQL database query which will remove all leading and trailing spaces from SKU products.

Was it helpful?

Solution

UPDATE `catalog_product_entity` SET `sku`=TRIM(`sku`)
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top