--如果接受数据导入的表已经存在
insert intoselect * from tablename


--如果导入数据并生成表
select * intofrom tablename 

 

相关文章:

  • 2021-11-15
  • 2021-07-14
  • 2022-12-23
  • 2021-05-30
  • 2021-09-27
  • 2021-04-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-21
  • 2020-07-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案