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

select的结果做为新表,该怎么解决

热度:8745   发布时间:2013-02-26 00:00:00.0
select的结果做为新表
在sqlite中,如何将select的结果作为新表?
------解决方案--------------------------------------------------------
create table tt as select * from t1
  相关解决方案