# Duplicate rows or row INSERT INTO table (col1, col2, col3) SELECT col1, col2, col3 FROM table WHERE something...;