Created
February 28, 2018 10:28
-
-
Save nosmall/de5c4b2bc4de02f80de5683b5f0f57f0 to your computer and use it in GitHub Desktop.
Duplicating entire rows in MySQL table to the same table
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
INSERT IGNORE INTO `db_lang` (`id`, `hodnota`, `jazyk`) SELECT `id`, `hodnota`, 'en' FROM db_lang; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment