INSERT INTO...SELECT for all MySQL columns - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
INSERT INTO...SELECT for all MySQL columns - Stack Overflow
For the syntax , it looks like this (leave out the column list to implicitly mean "all")
INSERT INTO this_table_archive SELECT * FROM this_table WHERE ...