Frage

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.

War es hilfreich?

Lösung

UPDATE `catalog_product_entity` SET `sku`=TRIM(`sku`)
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top