zencart批量删除商品,分类,属性,详细描述

# ——————————————————–
# 功能:清空Zen Cart中文版1.3.x的演示数据
# 提醒:请做好备份 !!!
# 使用:管理页面 -> 工具 -> 执行SQL脚本
# ——————————————————–


代码:
# 清空商品分类、商品、属性
  1. TRUNCATE TABLE categories;  
  2. TRUNCATE TABLE categories_description;  

# 清空商品以及属性
  1. TRUNCATE TABLE media_clips;  
  2. TRUNCATE TABLE media_manager;  
  3. TRUNCATE TABLE media_to_products;  
  4. TRUNCATE TABLE media_types;  
  5. TRUNCATE TABLE music_genre;  
  6. TRUNCATE TABLE product_music_extra;  
  7. TRUNCATE TABLE product_types_to_category;  
  8. TRUNCATE TABLE products;  
  9. TRUNCATE TABLE products_attributes;  
  10. TRUNCATE TABLE products_attributes_download;  
  11. TRUNCATE TABLE products_description;  
  12. TRUNCATE TABLE products_discount_quantity;  
  13. TRUNCATE TABLE products_notifications;  
  14. TRUNCATE TABLE products_options;  
  15. TRUNCATE TABLE products_options_types;  
  16. TRUNCATE TABLE products_options_values;  
  17. TRUNCATE TABLE products_options_values_to_products_options;  
  18. TRUNCATE TABLE products_to_categories;  
  19. TRUNCATE TABLE record_artists;  
  20. TRUNCATE TABLE record_artists_info;  
  21. TRUNCATE TABLE record_company;  
  22. TRUNCATE TABLE record_company_info;  

# 清空推荐商品
  1. TRUNCATE TABLE featured;  

# 清空促销商品
  1. TRUNCATE TABLE salemaker_sales;  

# 清空特价商品
  1. TRUNCATE TABLE specials;  

# 清空团体价格
  1. TRUNCATE TABLE group_pricing;  

# 清空厂家及资料
  1. TRUNCATE TABLE manufacturers;  
  2. TRUNCATE TABLE manufacturers_info;  

# 清空客户评论

  1. TRUNCATE TABLE reviews;  
  2. TRUNCATE TABLE reviews_description; 


原文地址:http://blog.csdn.net/zouyi615/article/details/8004876

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值