Skip to content

Instantly share code, notes, and snippets.

@sowich
Created September 3, 2021 10:23
Show Gist options
  • Save sowich/0d8b8c6c9b2cc7119121140a33bc0ec8 to your computer and use it in GitHub Desktop.
Save sowich/0d8b8c6c9b2cc7119121140a33bc0ec8 to your computer and use it in GitHub Desktop.
Раскидать посты по случайным авторам
UPDATE table SET post_author = 4 WHERE RAND() < 0.5
UPDATE wp_posts SET post_author = 5 where rand()<0.1 and post_author = 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment