Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两张桌子,一张是父母,另一张是孩子。父表有一个名为“parent_id”(主键)的字段,子表有一个名为“parent_id”(外键)的字段,因此它们之间存在链接。如果我在父表中插入一行,同时我还想在 parent_id 字段中向子表中插入具有相同父 id 的行。这个怎么做?
您需要编写一个存储过程。 http://dev.mysql.com/doc/refman/5.0/en/create-procedure.html