输入banner图图片脚本导航/分类

mysql mysql之把查询的结果保存到新表(小知识点)

insert into tab1 select * from tab2

如果表不存在:

create table tab1 as select * from tab2

 

mysql mysql之把查询的结果保存到新表(小知识点)

标签:select   span   ace   mys   ted   class   sql   into   int