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);
INSERT INTO `t_hot_user` VALUES ( NULL,last_insert_id(),'title1','12','4','501','150','31434','1231',1);
本文介绍了一个简单的数据库操作案例,包括向热门住宅表和热门用户表中插入数据的具体SQL语句。
835

被折叠的 条评论
为什么被折叠?



