How to delete data from _woocommerce_order_itemmeta
-
I deleted many woocommerce orders but I saw the entries in
wpzx_woocommerce_order_items
still existed. I was able to delete the items in the table for the order id’s that didn’t
exist.
SELECT * FROM wpzx_woocommerce_order_items
WHERE order_id NOT IN(values…..)`_woocommerce_order_itemmeta` is another table which has lot of junk data.
Whats the way to delete the data in this table though SQL query. I want to delete the data which is linked to the orders that were deleted.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to delete data from _woocommerce_order_itemmeta’ is closed to new replies.