can we insert into two tables with single sql statement?
mysql, sql
Solution
No you cannot perform multiple inserts into two tables in one query.
Problem
Will it be possible to insert into two tables with same insert command?
mysql, sql
No you cannot perform multiple inserts into two tables in one query.
Will it be possible to insert into two tables with same insert command?