Hi, Can i ask is it possible to insert records to the multiple table using join statements or left join, right join etc..?
Thank you in advance.
| SitePoint Sponsor |




Hi, Can i ask is it possible to insert records to the multiple table using join statements or left join, right join etc..?
Thank you in advance.


no
the INSERT statement can only insert into one table at a time, although it's possible to insert multiple rows with one statement




Bookmarks