I accidently executed: UPDATE yemnc_posts SET guid = REPLACE(post_content, 'domainA', 'domainB');
instead of UPDATE yemnc_posts SET guid = REPLACE(guid, 'domainA', 'domainB');
How can I undo this? Is this even possible? What could be a solution?
Hope you can help me 🙂