开发者

Exporting result of select statement to CSV format [duplicate]

开发者 https://www.devze.com 2023-03-22 12:21 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: Create an Excel Spreadsheet from a Oracle Database
This question already has answers here: Closed 11 years ago.

Possible Duplicate:

Create an Excel Spreadsheet from a Oracle Database

how can i export result of select statement to CSV format in oracl开发者_开发知识库e, please in pl/sql thanks


if you use a tool like sql developer, or toad, or SqlNavigator you have option for saving the results of a query. If you use sqlplus, you can use spool command.( How do I spool to a CSV formatted file using SQLPLUS?) What's your case?

0

精彩评论

暂无评论...
验证码 换一张
取 消