INSERT INTO table2그렇지 않으면 복사할 열 이름을 지정해야 합니다(열 목록은 'table2' 모든 열에 대한 값을 지정하고 'table2'.
SELECT * FROM table1
INSERT INTO table2(col1, col2, col3)
SELECT col1, col2, col3
FROM table1
Please disable your ad blocker and refresh the window to use this website.