不支持的

select * into order_new from orders

改为
Create table order_new(select * from orders)
 

 

相关文章: