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

Posted

tags:

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

-- 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 #magento #customer #clean的主要内容,如果未能解决你的问题,请参考以下文章

sql 清洁产品magento lite #magento #clean #products

sql 清洁类别#magento

sql 清洁产品magento

sql Magento的,以客户为view.sql

sql Magento - 删除所有客户

sql 截断客户magento