首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Mysql >

求select * into new_table from old_table的mysql语句解决方案

2012-03-17 
求select * into new_table from old_table的mysql语句在sqlserver中有select*intonew_tablefromold_table

求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

热点排行