WordPress database error: [Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")]
SELECT wp_posts.*
FROM wp_posts LEFT JOIN wp_wc_product_meta_lookup wc_product_meta_lookup ON wp_posts.ID = wc_product_meta_lookup.product_id
WHERE 1=1 AND wp_posts.post_type = 'fusion_tb_layout' AND ((wp_posts.post_status <> 'trash' AND wp_posts.post_status <> 'auto-draft'))
ORDER BY wc_product_meta_lookup.total_sales DESC, wc_product_meta_lookup.product_id DESC