sql Magento - 删除所有客户

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql Magento - 删除所有客户相关的知识,希望对你有一定的参考价值。

SET FOREIGN_KEY_CHECKS = 0;

TRUNCATE TABLE `customer_address_entity`;
TRUNCATE TABLE `customer_address_entity_datetime`;
TRUNCATE TABLE `customer_address_entity_decimal`;
TRUNCATE TABLE `customer_address_entity_int`;
TRUNCATE TABLE `customer_address_entity_text`;
TRUNCATE TABLE `customer_address_entity_varchar`;
TRUNCATE TABLE `customer_entity`;
TRUNCATE TABLE `customer_entity_datetime`;
TRUNCATE TABLE `customer_entity_decimal`;
TRUNCATE TABLE `customer_entity_int`;
TRUNCATE TABLE `customer_entity_text`;
TRUNCATE TABLE `customer_entity_varchar`;

SET FOREIGN_KEY_CHECKS = 1;

以上是关于sql Magento - 删除所有客户的主要内容,如果未能解决你的问题,请参考以下文章

sql 清除所有Magento 1.9。*客户/订单数据

sql M1:删除magento的所有订单。

sql Magento:从商店中删除所有类别

sql Magento-1.7.2:删除所有订单和dashboard.sql

Magento 2从数据库中删除内联转换

sql 清洁客户magento #magento #customer #clean