Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

mysql copy table rows from one database to another

insert into database1.table  select * from database2.table where id not in(select id from database1.table);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #mysql #copy #table #rows #database
ADD COMMENT
Topic
Name
7+7 =