+ 2
How can i insert values into two table in 1 query?
How can i insert values into two tables in 1 query? each table from different database. with example.
1 Odpowiedź
+ 4
Sorry to be bearer of a bad news but it's not possible in one insert. Luckily it could be done in one transaction :)
But to be honest, it has no meaning at all to merge insert into one single query if separate inserts works.