xielong

oracle将表数据导出成excel文件的方法

1)在SQL窗体上,查询需要导出的数据

  --查询数据条件--
  select MID,CODE,NAME from Dxc_Goods_Cate where GOODSTYPE=1;

结果视图

2)在查询结果的空白处,右键选择Copy to Excel

3) 查看导出excel文件(记录没全部截图)

导出文件路径默认在C:\Users\Administrator\AppData\Local\Temp下

4)点击另存为桌面的excel文件

参考网址:

https://jingyan.baidu.com/article/08b6a591a7969514a8092299.html

分类:

技术点:

相关文章:

  • 2021-10-16
  • 2021-05-26
  • 2022-01-16
  • 2022-12-23
  • 2021-06-29
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
猜你喜欢
  • 2021-06-20
  • 2021-12-04
  • 2021-07-10
  • 2021-09-28
  • 2021-09-27
  • 2021-11-19
  • 2021-11-27
相关资源
相似解决方案