Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

duplicate row mysql

# Duplicate rows or row
INSERT INTO table (col1, col2, col3)
SELECT col1, col2, col3 FROM table
WHERE something...;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #duplicate #row #mysql
ADD COMMENT
Topic
Name
1+3 =