samedi 16 avril 2016

Copy one table to another in laravel 5

How do i use the following insert into query in laravel 5?

INSERT INTO connection2.table (SELECT * from connection1.table);

I am looking for two different connections, Connection1.table record should goes to Connection2.table.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire