sql 截断客户magento
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql 截断客户magento相关的知识,希望对你有一定的参考价值。
### http://www.magentocommerce.com/wiki/import-export_and_data_manipulation/removing_products_through_the_database
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 2截断客户,产品,评论和订单表
sql Magento截断报价和订单
sql 清洁客户magento #magento #customer #clean
截断Magento日志
sql Magento的,以客户为view.sql
sql Magento - 删除所有客户