mysql将一个表的数据导入到另一个表
insert into blog(id, title, content, time) select ID,post_title,post_content,post_date from rx_posts;
来源:https://blog.csdn.net/qq_33697774/article/details/118698380
我想有那么一段时光,可以在面朝大海的房车里煮上一杯咖啡,看看曾写过的代码
insert into blog(id, title, content, time) select ID,post_title,post_content,post_date from rx_posts;
来源:https://blog.csdn.net/qq_33697774/article/details/118698380
我想有那么一段时光,可以在面朝大海的房车里煮上一杯咖啡,看看曾写过的代码