求select * into new_table from old_table的mysql语句
在sqlserver中有select * into new_table from old_table的语句,请问mysql中有么
[解决办法]
create table new_table
select * from old_table
发布时间: 2012-03-17 19:06:28 作者: rapoo
求select * into new_table from old_table的mysql语句
在sqlserver中有select * into new_table from old_table的语句,请问mysql中有么
[解决办法]
create table new_table
select * from old_table