网页学习体会

  • 首页
  • 个人博客
您的位置: 首页  >  IT文章  >  求select * into new_table from old_table的mysql语句解决方案

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

分类: IT文章 • 2023-10-26 09:02:13
求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

相关推荐

  • 论MySQL中如何代替Oracle中select into new_table from old_table
  • hibernate查询记录的前4条记录,就想mysql的SQL语句的"select * from table limit 4"解决思路
  • 求一取SQL语句SELECT … FROM中字段名列表的正则解决思路
  • 求一日期大小比较的SELECT语句解决方案
  • Oracle查询语句中的select * from tb1, tb2 where tb1.id=tb2(id+)这里的(id+)起什么作用啊解决方案
  • 求 MYSQL 下的 update from 更新语句,该怎么解决
  • 求一select * from table where name = select from table 的语句例子.解决方法
  • 有这样一个表 T(a, b, c) 三个字段, 求类似这样的语句 select ((a>b)?a;b) + c as total from T解决办法
  • 求一条SQL 的select语句解决方案
  • 求select * into new_table from old_table的mysql语句解决方案
  • Dao中怎么取得HttpSession中的数据
  • jsp:useBean怎么取集合中的数据来自动填充?
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 网页学习体会    备案号:   粤ICP备20002247号