不支持的
select * into order_new from orders 


改为
Create table order_new(select * from orders)