WooCommerce brands export SQL script
1 2 3 |
SELECT * FROM `wp_wcm_sds_brands` brd,`wp_postmeta` pro,`wp_terms` trm WHERE brd.meta_value=pro.post_id and pro.meta_key='_wp_attached_file' and brd.term_taxonomy_id=trm.term_id |
WooCommerce brands export SQL script
1 2 3 |
SELECT * FROM `wp_wcm_sds_brands` brd,`wp_postmeta` pro,`wp_terms` trm WHERE brd.meta_value=pro.post_id and pro.meta_key='_wp_attached_file' and brd.term_taxonomy_id=trm.term_id |