MySQL Forums
Forum List  »  Newbie

Re: sql dump file edit
Posted by: Barry Galbraith
Date: January 09, 2018 03:34PM

The refman for INSERT ... SELECT
https://dev.mysql.com/doc/refman/5.6/en/insert-select.html


INSERT INTO db2.pre_table (column1, column2, column3)
SELECT column1, column2, column3 from db1.table;

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
January 09, 2018 11:20AM
January 09, 2018 01:08PM
January 09, 2018 02:42PM
Re: sql dump file edit
January 09, 2018 03:34PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.