读童话的狼

2021-02-22   阅读量: 396

Mysql

为什么mysql使用 select * into from 报Error 1327 - Undeclared variable:

扫码加入数据分析学习群

image.png

mysql不支持这个语法

复制数据表用下面语句

create table final_new select * from final;

63.1579 1 0 关注作者 收藏

评论(0)


暂无数据

推荐课程