OpenCart清空产品,订单,客户等数据SQL语句_外贸培训_莆田外贸-莆田外贸培训 -


莆田外贸

查看: 5519|回复: 0
打印 上一主题 下一主题

[opencart] OpenCart清空产品,订单,客户等数据SQL语句

[复制链接]

484

主题

603

帖子

4549

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
4549

生肖虎莆常住居民

QQ
跳转到指定楼层
楼主
发表于 2016-5-25 18:46:46 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
#清空产品数据,以下sql语句在opencart v1.5.6测试成功。
TRUNCATE TABLE `attribute`;
TRUNCATE TABLE `attribute_description`;
TRUNCATE TABLE `attribute_group`;
TRUNCATE TABLE `attribute_group_description`;
TRUNCATE TABLE `category`;
TRUNCATE TABLE `category_description`;
TRUNCATE TABLE `category_to_layout`;
TRUNCATE TABLE `category_to_store`;
TRUNCATE TABLE `option`;
TRUNCATE TABLE `option_description`;
TRUNCATE TABLE `option_value`;
TRUNCATE TABLE `option_value_description`;
TRUNCATE TABLE `product`;
TRUNCATE TABLE `product_attribute`;
TRUNCATE TABLE `product_description`;
TRUNCATE TABLE `product_discount`;
TRUNCATE TABLE `product_image`;
TRUNCATE TABLE `product_option`;
TRUNCATE TABLE `product_option_value`;
TRUNCATE TABLE `product_reward`;
TRUNCATE TABLE `product_special`;
TRUNCATE TABLE `product_to_category`;
TRUNCATE TABLE `product_to_download`;
TRUNCATE TABLE `product_to_layout`;
TRUNCATE TABLE `product_to_store`;
#清空订单,客户等数据
TRUNCATE `order`;
TRUNCATE `order_address_add`;
TRUNCATE `order_download`;
TRUNCATE `order_history`;
TRUNCATE `order_option`;
TRUNCATE `order_product`;
TRUNCATE `order_total`;
TRUNCATE `order_to_buyer`;
TRUNCATE `order_to_salesman`;

TRUNCATE `address`;
TRUNCATE `customer`;
TRUNCATE `customer_ip`;
TRUNCATE `customer_reward`;
TRUNCATE `customer_transaction`;

收藏收藏 转播转播
赞助我们:
微信
外贸建站、外贸培训、企业建站、网络推广、服务器域名销售、程序二次开发、微信营销。QQ1806098280
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

广播台



首 页|关于我们|广告联系|Archiver|手机版|百姓活动Q群:195562840|品牌招募|友情申请

Copyright © 2012-2015 莆田百姓通(http://www.ptbaixing.com) 版权所有 All Rights Reserved.

免责声明: 本网不承担任何由内容提供商提供的信息所引起的争议和法律责任。

Powered by Discuz! X3.2 技术支持: 莆田百姓电商 闽ICP备14001707号-1    QQ

快速回复 返回顶部 返回列表