MySQL for wordpress database; got 10,000 post_IDs from postmeta table, need to insert 10,000 entries back into postmeta table. How?
I've made many attempts at this problem, using a variety of approaches, and just haven't been able to solve it just yet. Any SQL experts? This query returns around 10,0000 post_ids: SELECT post_id FROM `Ug77XZe58_postmeta` WHERE meta_key LIKE "%_wc_gla_sync_status%"; I…