+ 2
Is it possible to insert data into multiple tables with a single sql statement?
3 Réponses
+ 1
Thanks guys I'll just split my form up and write different statements for each one.
0
No it isn't possible, but you can use transactions
0
IMPOSSIBLE !!!
You can not insert values in two tables simultaneously using one query, better try double insert query.