insert into table_01 select * from table_02 where key=100;
mysql
最新推荐文章于 2025-12-05 18:26:01 发布
本文介绍如何使用SQL语句将特定表中的所有数据插入到另一个表中,通过示例展示了`insert into table_01 select * from table_02 where key=100;`的用法。
5450

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



