当前位置: 代码迷 >> 其他数据库 >> select的结果做为新表解决方法
  详细解决方案

select的结果做为新表解决方法

热度:147   发布时间:2016-05-05 08:18:47.0
select的结果做为新表
在sqlite中,如何将select的结果作为新表?
------解决方案--------------------
create table tt as select * from t1
  相关解决方案