阿里云RDS创建临时表匿名 · 更新于 2019/4/4create table test like ims_ewei_shop_customer_tmp; insert into test select * from ims_ewei_shop_customer_tmp where status = 3; 上一篇mysql触发器控制商品库存不可小于0下一篇mysqlbinlog工具使用