mySQL - Insert into three tables

前端 未结 3 1481
逝去的感伤
逝去的感伤 2020-12-11 10:44

I recently asked this question.

I have a relational database with three tables. The first containts id\'s that r

3条回答
  •  执念已碎
    2020-12-11 11:03

    You can't insert into multiple tables with one query, You'll have to break it up to multiple queries.

提交回复
热议问题