Domanda

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.

È stato utile?

Soluzione

UPDATE `catalog_product_entity` SET `sku`=TRIM(`sku`)
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top