运维网's Archiver
论坛
›
MySQL运维
› Mysql中关联ID同时插入多表
cjcmay
发表于 2016-10-21 08:48:40
Mysql中关联ID同时插入多表
INSERT INTO `t_hot_residential` VALUES ( NULL, '新硅谷', '上地', 1 );
INSERT INTO `t_hot_user` VALUES ( NULL,last_insert_id(),'title1','12','4','501','150','31434','1231',1);
页:
[1]
查看完整版本:
Mysql中关联ID同时插入多表