Level 88
The insert method expects an array or a model... This will not work. You will have to do two queries, first get the data, second put the data in the database
Hi Guys,
I am trying to insert data into an oracle table from a select of a mysql which isnt going to well :(
DB::connection('oracle')->insert("
INSERT INTO oracle_table
SELECT ... FROM mysql_table
");
Any ideas?
Thanks
Please or to participate in this conversation.