您的位置:首页 > 数据库

zencart 清空产品 订单客户 sql语句

2017-03-05 21:58 441 查看
TRUNCATE TABLE categories;
TRUNCATE TABLE categories_description;
TRUNCATE TABLE product_music_extra;
TRUNCATE TABLE product_types_to_category;
TRUNCATE TABLE products;
TRUNCATE TABLE products_attributes;
TRUNCATE TABLE products_attributes_download;
TRUNCATE TABLE products_description;
TRUNCATE TABLE products_discount_quantity;
TRUNCATE TABLE products_notifications;
TRUNCATE TABLE products_options;
TRUNCATE TABLE products_options_types;
TRUNCATE TABLE products_options_values;
TRUNCATE TABLE products_options_values_to_products_options;
TRUNCATE TABLE products_to_categories;
TRUNCATE TABLE meta_tags_categories_description;
TRUNCATE TABLE meta_tags_products_description;
TRUNCATE TABLE featured;
TRUNCATE TABLE salemaker_sales;
TRUNCATE TABLE specials;
TRUNCATE TABLE group_pricing;
TRUNCATE TABLE manufacturers;
TRUNCATE TABLE manufacturers_info;
TRUNCATE TABLE customers;
TRUNCATE TABLE customers_info;
TRUNCATE TABLE orders;
TRUNCATE TABLE orders_products;
TRUNCATE TABLE orders_products_attributes;
TRUNCATE TABLE seo_cache;
TRUNCATE TABLE sessions;
TRUNCATE TABLE whos_online;
TRUNCATE TABLE orders_total;
TRUNCATE TABLE orders_status_history;
TRUNCATE TABLE address_book;
TRUNCATE TABLE admin_activity_log;
TRUNCATE TABLE banners_history;
TRUNCATE TABLE counter;
TRUNCATE TABLE counter_history;
TRUNCATE TABLE coupon_redeem_track;
TRUNCATE TABLE customers_basket;
TRUNCATE TABLE customers_basket_attributes;

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: