首先讨论的是跨表查询:
insert into `table_A` select * from `table_B`;注意*代表全部插入。
接着又讨论关于跨表更新
复制代码 代码如下:
update `table_A`, `table_B` set `table_A`.`name` = `table_B`.`name` where `table_A`.`id` = `table_B`.`id`;
2024 - 快车库 - 我的知识库 重庆启连科技有限公司 渝ICP备16002641号-10
企客连连 表单助手 企服开发 榜单123