Thursday 8 October 2015

Example of how to duplicate rows in MySQL

INSERT INTO `document` (`filename`, `filepath`,`document_content`) SELECT `filename`, `filepath`,`document_content` FROM  `document`

No comments:

Post a Comment

Note: only a member of this blog may post a comment.