Directly export a query to CSV using SQL Developer

后端 未结 3 1691
攒了一身酷
攒了一身酷 2020-12-09 03:14

Using SQL Developer to run queries works good, but I would save a lot of time if I instead of first running the query and then right click the result set and go through the

3条回答
  •  猫巷女王i
    2020-12-09 03:50

    After Ctrl+End, you can do the Ctrl+A to select all in the buffer and then paste into Excel. Excel even put each Oracle column into its own column instead of squishing the whole row into one column. Nice..

提交回复
热议问题