Created
February 22, 2016 04:26
-
-
Save alispx/1f07d2cd4f1926024744 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE your_table_name SET meta_key = REPLACE( meta_key, 'your_old_meta_key', 'your_new_meta_key' ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment