I recently asked this question.
I have a relational database with three tables. The first containts id\'s that r
You can't insert into multiple tables with one query, You'll have to break it up to multiple queries.